uqfoundation / ppft

distributed and parallel Python
http://ppft.rtfd.io
Other
65 stars 14 forks source link

provide a test suite runnable with pytest or similar #13

Closed mmckerns closed 6 years ago

mmckerns commented 6 years ago

Currently the test suite is to run the examples. There should be a more formal test suite, or at least a wrapper that runs the examples that is executable by pytest.

mmckerns commented 6 years ago

Note, there are some issues with pytest compatibility. See: https://github.com/uqfoundation/pathos/issues/126

mmckerns commented 6 years ago

At least make sure that all tests run with a run_all that can be run with python -m ppft.tests or something like that.

mmckerns commented 6 years ago

made a test suite runnable with -m in a7d8fd88ecad23af5b32e18e0688a0c6b53a5565