add nose2 Fix #785

This commit is contained in:
Vinta 2016-12-14 01:28:27 +08:00
parent 16fcb9a67e
commit 6e52f02949

View File

@ -1013,7 +1013,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Testing Frameworks
* [hypothesis](https://github.com/HypothesisWorks/hypothesis-python) - Hypothesis is an advanced Quickcheck style property based testing library.
* [mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD.
* [nose](https://github.com/nose-devs/nose) - A nicer `unittest` for Python.
* [nose](https://github.com/nose-devs/nose) - A nicer unittest for Python.
* [nose2](https://github.com/nose-devs/nose2) - The successor to nose, based on unittest2.
* [pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
* [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.