platypush/tests/__main__.py

6 lines
84 B
Python

import pytest
if __name__ == '__main__':
# Run all the tests
pytest.main()