Skip to content

Commit c4c6e66

Browse files
committed
Add mamba & doublex
1 parent 12478e0 commit c4c6e66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,11 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
448448
* [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.
449449
* [nose](https://nose.readthedocs.org/) - nose extends unittest.
450450
* [pytest](http://pytest.org/) - A mature full-featured Python testing tool.
451+
* [mamba](https://nestorsalceda.github.io/mamba) - The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
451452
* Mock
452453
* [mock](https://pypi.python.org/pypi/mock) - A Python Mocking and Patching Library for Testing.
453454
* [responses](https://github.com/dropbox/responses) - A utility library for mocking out the requests Python library.
455+
* [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python.
454456
* Fake Data
455457
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
456458
* [model_mommy](https://model-mommy.readthedocs.org/) - Creating random fixtures for testing in Django.

0 commit comments

Comments
 (0)