From 8bacdbc046bb607ab84e637758785235c365a40c Mon Sep 17 00:00:00 2001 From: Haoyu Yang Date: Sun, 1 Dec 2024 20:34:16 +0800 Subject: [PATCH] remove hard-coded and failing test --- tests/command_line/test_gulp_caller.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/command_line/test_gulp_caller.py b/tests/command_line/test_gulp_caller.py index 1bdb45ae914..18c3f05c268 100644 --- a/tests/command_line/test_gulp_caller.py +++ b/tests/command_line/test_gulp_caller.py @@ -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")