Skip to content
Snippets Groups Projects
run_pytest.py 60 B
import pytest

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