Skip to content

Commit

Permalink
add nose2 Fix #785
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Dec 13, 2016
1 parent 16fcb9a commit 6e52f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6e52f02

Please sign in to comment.