This commit is contained in:
Paul Gauthier 2023-06-04 14:16:06 -07:00
parent 5a61e6acd2
commit d12d8ff69a

View file

@ -69,6 +69,7 @@ print(my_function(3, 4))
self.assertIn("MyClass", result)
self.assertIn("my_method", result)
self.assertIn("my_function", result)
def test_check_for_ctags_failure(self):
with patch("subprocess.run") as mock_run:
mock_run.side_effect = Exception("ctags not found")