(filename, expected_retval)
| 26 | ), |
| 27 | ) |
| 28 | def test_main(filename, expected_retval): |
| 29 | ret = main([get_resource_path(filename)]) |
| 30 | assert ret == expected_retval |
| 31 | |
| 32 | |
| 33 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected