django-nose

Django test runner using nose
Download

django-nose Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Jeff Balogh
  • Publisher web site:
  • http://mozilla.com

django-nose Tags


django-nose Description

Django test runner using nose django-nose is a Django test runner that uses nose.UsageSee ./manage.py help test for all the options nose provides, and look to the nose docs for more help with nose.CustomizationAlways Passing The Same OptionsTo always set the same command line options you can use a nose.cfg or setup.cfg (as usual) or you can specify them in settings.py like this:NOSE_ARGS = Using Custom PluginsIf you need to make custom plugins, you can define each plugin class somewhere within your app and load them from settings.py like this:NOSE_PLUGINS = Just like middleware or anything else, each string must be a dot separated, importable path to an actual class. Each plugin class will be instantiated and added to the Nose test runner.CaveatsSouth installs its own test command that turns off migrations during testing. Make sure that django_nose comes after south in INSTALLED_APPS so that django_nose's test command is used. Requirements: · Python · Django · nosetests


django-nose Related Software