stagestatus/docs/dependencies.rst

30 lines
569 B
ReStructuredText
Raw Normal View History

2017-04-01 18:22:16 +00:00
Dependencies
============
Python
~~~~~~
2017-04-02 03:48:42 +00:00
Django Nose
2017-04-01 18:22:16 +00:00
-----------
2017-04-02 03:48:42 +00:00
https://django-nose.readthedocs.io/en/latest/usage.html
2017-04-01 18:22:16 +00:00
2017-04-02 03:48:42 +00:00
django-nose provides all the goodness of nose in your Django tests.
2017-04-01 18:22:16 +00:00
2017-04-02 03:48:42 +00:00
Model Mommy
2017-04-01 18:22:16 +00:00
-----------
2017-04-02 03:48:42 +00:00
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.
2017-04-01 18:22:16 +00:00
Sniffer
-------
https://github.com/jeffh/sniffer/
sniffer is a autotest tool for Python using the nosetest library.