Skip to content

Commit

Permalink
remove hard-coded and failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 1, 2024
1 parent 21a36f5 commit 8bacdbc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/command_line/test_gulp_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,6 @@ def test_structure_lines_no_frac_coords(self):
assert "cell" not in inp_str
assert "cart" in inp_str

@unittest.skip("Not Implemented yet")
def test_specie_potential(self):
pass

@unittest.expectedFailure
def test_library_line_explicit_path(self):
gin = self.gio.library_line("/Users/mbkumar/Research/Defects/GulpExe/Libraries/catlow.lib")
assert "lib" in gin

def test_library_line_wrong_file(self):
with pytest.raises(GulpError, match="GULP library not found"):
self.gio.library_line("temp_to_fail.lib")
Expand Down

0 comments on commit 8bacdbc

Please sign in to comment.