Loading...
No commits yet
Not committed History
Blame
test__CONSTANTS.py • 129 bytes
# Add your tests here

if __name__ == "__main__":
    import os

    import pytest

    pytest.main([os.path.abspath(__file__)])