A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pypi.python.org/pypi/django-nose below:

django-nose · PyPI

django-nose provides all the goodness of nose in your Django tests, like:

It also provides:

django-nose requires nose 1.2.1 or later, and the latest release is recommended. It follows the Django’s support policy, supporting:

Note to users

nose has been in maintenance mode since at least 2015. django-nose is in maintenance mode as well, and the sole maintainer is no longer an active user. See Jazzband.co to learn how django-nose is maintained and how you can help. New projects should consider using pytest, or unittest with the Django testing framework.

Installation

You can get django-nose from PyPI with… :

$ pip install django-nose

The development version can be installed with… :

$ pip install -e git://github.com/jazzband/django-nose.git#egg=django-nose

Since django-nose extends Django’s built-in test command, you should add it to your INSTALLED_APPS in settings.py:

INSTALLED_APPS = (
    ...
    'django_nose',
    ...
)

Then set TEST_RUNNER in settings.py:

TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
Development
Code:

https://github.com/jazzband/django-nose

Issues:

https://github.com/jazzband/django-nose/issues?state=open

Docs:

https://django-nose.readthedocs.io

Changelog 1.4.7 (2020-08-19) 1.4.6 (2018-10-03) 1.4.5 (2017-08-22) 1.4.4 (2016-06-27) 1.4.3 (2015-12-28) 1.4.2 (2015-10-07) 1.4.1 (2015-06-29) 1.4 (2015-04-23) 1.3 (2014-12-05) 1.2 (2013-07-23) 1.1 (2012-05-19) 1.0 (2012-03-12)

_(Older changes can be found in the full documentation)._


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4