mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Add Contexts test framework to list
This commit is contained in:
parent
bd6f8b4b8b
commit
abcd2562cf
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [nose](https://nose.readthedocs.org/) - nose extends unittest.
|
||||
* [pytest](http://pytest.org/) - A mature full-featured Python testing tool.
|
||||
* [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
|
||||
* [contexts](https://github.com/benjamin-hodgson/Contexts) - A modern and flexible _Behaviour-Driven-Development_ framework for Python 3.3 and above, inspired by C#'s `Machine.Specifications`.
|
||||
* Mock
|
||||
* [mock](https://pypi.python.org/pypi/mock) - A Python Mocking and Patching Library for Testing.
|
||||
* [responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library.
|
||||
|
|
Loading…
Reference in a new issue