diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-api.py b/tests/test-api.py index 3687632..4332886 100644 --- a/tests/test-api.py +++ b/tests/test-api.py @@ -60,3 +60,5 @@ def test_main_commands(test_id, args, expected_call, mock_sys_argv, mock_api_fun elif expected_call[0] == "error": captured = capsys.readouterr() assert "error: unrecognized arguments" in captured.err + +pytest.main()
\ No newline at end of file |
