stagestatus/docs/dependencies.rst
2017-04-02 03:48:42 +00:00

30 lines
569 B
ReStructuredText

Dependencies
============
Python
~~~~~~
Django Nose
-----------
https://django-nose.readthedocs.io/en/latest/usage.html
django-nose provides all the goodness of nose in your Django tests.
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.
Sniffer
-------
https://github.com/jeffh/sniffer/
sniffer is a autotest tool for Python using the nosetest library.