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