You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -856,13 +856,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
856
856
* Testing Frameworks
857
857
*[unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.
858
858
*[nose](https://nose.readthedocs.org/en/latest/) - nose extends unittest.
859
-
*[contexts](https://github.com/benjamin-hodgson/Contexts) - A BDD framework for Python 3.3+. Inspired by C#'s `Machine.Specifications`.
859
+
*[pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
860
860
*[hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
861
861
*[mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD.
862
-
*[pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
863
-
*[pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
864
-
*[green](https://github.com/CleanCut/green) - A clean, colorful test runner.
865
-
*[pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows).
866
862
*[Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
867
863
*[tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable virtualenvs.
0 commit comments