mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-31 05:33:41 +00:00
add nose2 Fix #785
This commit is contained in:
parent
16fcb9a67e
commit
6e52f02949
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user