diff --git a/tests/test_run.py b/tests/test_run.py index 2dd3b70..8d9e483 100644 --- a/tests/test_run.py +++ b/tests/test_run.py @@ -2883,7 +2883,6 @@ def test_unknown_system(self, caplog, monkeypatch): assert caplog.records[0].message == "unknown system: mythical" - class TestSbatchDirectives: """Unit tests for _sbatch_directives() function."""