Skip to content
Snippets Groups Projects
run_all_tests.py 104 B
#!/usr/bin/env python3
import pytest
import sys

if __name__ == "__main__":
    sys.exit(pytest.main())