| commit | ff0dd1e000eb4a1552bf59dcdb78db1bd3708721 | [log] [tgz] |
|---|---|---|
| author | koobs <koobs@users.noreply.github.com> | Mon Feb 24 21:55:04 2014 +1100 |
| committer | User Koobs <koobs@9-STABLE-amd64.elysium> | Tue Feb 25 19:35:48 2014 +1100 |
| tree | b6e52a25416cab617387b42d9607ead3285866c0 | |
| parent | dae879525fd62f724e2b0d59e26fadf53de3865a [diff] |
Integrate py.test enabling `python setup.py test` Integrate py.test according to: https://pytest.org/latest/goodpractises.html#integration-with-setuptools-test-commands Enables use of standard python setup.py test command. Very handy for OS packagers & porters for QA, in this case the FreeBSD Port for cryptography which just landed.