forked from platypush/platypush
6 lines
84 B
Python
6 lines
84 B
Python
|
import pytest
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
# Run all the tests
|
||
|
pytest.main()
|