From c4c6e669e538d7251eb90be44224e190857acfd6 Mon Sep 17 00:00:00 2001 From: Guillermo Pascual Date: Tue, 1 Jul 2014 10:41:59 +0200 Subject: [PATCH] Add mamba & doublex --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eae05ab..8c2c06e 100644 --- a/README.md +++ b/README.md @@ -448,9 +448,11 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework. * [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). * 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. + * [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python. * Fake Data * [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data. * [model_mommy](https://model-mommy.readthedocs.org/) - Creating random fixtures for testing in Django.