Skip to content

Commit 6e52f02

Browse files
committed
add nose2 Fix #785
1 parent 16fcb9a commit 6e52f02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

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

0 commit comments

Comments
 (0)