29 lines
568 B
ReStructuredText
29 lines
568 B
ReStructuredText
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.
|