tests/test_editor: Remove test that checks that a PathLib object is returned
This commit is contained in:
@ -22,9 +22,6 @@ import file_scripts.editor as editor
|
||||
|
||||
|
||||
class TestSelectEditor(unittest.TestCase):
|
||||
def test_returns_path_object(self):
|
||||
self.assertIsInstance(editor.select_editor(), str)
|
||||
|
||||
def test_override(self):
|
||||
override = "doesnotexist"
|
||||
with self.assertRaises(FileNotFoundError):
|
||||
|
Reference in New Issue
Block a user