platypush/tests/__main__.py

6 lines
84 B
Python
Raw Permalink Normal View History

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