stagestatus/docs/dependencies.rst

29 lines
568 B
ReStructuredText
Raw Normal View History

2017-04-01 18:22:16 +00:00
Dependencies
============
Python
~~~~~~
Model Mommy
-----------
Install: http://model-mommy.readthedocs.io/en/latest/index.html
Model-mommy offers you a smart way to create fixtures for testing in Django. With a simple and powerful API you can create many objects with a single line of code.
Django Nose
-----------
https://django-nose.readthedocs.io/en/latest/usage.html
django-nose provides all the goodness of nose in your Django tests.
Sniffer
-------
https://github.com/jeffh/sniffer/
sniffer is a autotest tool for Python using the nosetest library.