Skip to content

Commit aff4269

Browse files
committed
remove some libs
1 parent 8cb7b13 commit aff4269

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -856,13 +856,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
856856
* Testing Frameworks
857857
* [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.
858858
* [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.
860860
* [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
861861
* [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).
866862
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
867863
* [tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable virtualenvs.
868864
* GUI / Web Testing

0 commit comments

Comments
 (0)