File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -448,9 +448,11 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
448
448
* [ unittest] ( https://docs.python.org/2/library/unittest.html ) - (Python standard library) Unit testing framework.
449
449
* [ nose] ( https://nose.readthedocs.org/ ) - nose extends unittest.
450
450
* [ 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).
451
452
* Mock
452
453
* [ mock] ( https://pypi.python.org/pypi/mock ) - A Python Mocking and Patching Library for Testing.
453
454
* [ 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.
454
456
* Fake Data
455
457
* [ faker] ( http://www.joke2k.net/faker/ ) - A Python package that generates fake data.
456
458
* [ model_mommy] ( https://model-mommy.readthedocs.org/ ) - Creating random fixtures for testing in Django.
You can’t perform that action at this time.
0 commit comments