You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This worked up to 1.4.3, but in 1.4.4 and 1.4.5 django test returns:
Usage: ./bin/django test [options] [path.to.modulename|path.to.modulename.TestCase|path.to.modulename.TestCase.test_method]...
Discover and run tests in the specified modules or the current directory.
./bin/django: error: no such option: --with-integration
I have checked that the plugin is properly installed and determined with crude prints that the configure and options methods are being called. Rolling back to an older version of django-nose fixes the problem.
The plugin was pretty much just lifted from the nose documentation.
The text was updated successfully, but these errors were encountered:
I have a simple plugin that looks like this:
This worked up to 1.4.3, but in 1.4.4 and 1.4.5 django test returns:
I have checked that the plugin is properly installed and determined with crude prints that the configure and options methods are being called. Rolling back to an older version of django-nose fixes the problem.
The plugin was pretty much just lifted from the nose documentation.
The text was updated successfully, but these errors were encountered: