Skip to content
Snippets Groups Projects
run_pytest.py 60 B
Newer Older
Bert Palm's avatar
Bert Palm committed
import pytest

if __name__ == "__main__":
Bert Palm's avatar
Bert Palm committed
    pytest.main()