GithubHelp home page GithubHelp logo

Comments (6)

akaihola avatar akaihola commented on June 9, 2024

And when running with --coverage, I get this traceback:

$ ./manage.py test --coverage
Traceback (most recent call last):
  File "testproject/manage.py", line 11, in <module>
    execute_manager(settings)
  File "django/core/management/__init__.py", line 438, in execute_manager
    utility.execute()
  File "django/core/management/__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "django/core/management/base.py", line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "django/core/management/base.py", line 218, in execute
    output = self.handle(*args, **options)
  File "test_extensions/management/commands/test.py", line 125, in handle
    failures = test_runner(**test_options).run_tests(test_labels)
TypeError: run_tests() got an unexpected keyword argument 'failfast'

This is Django 1.2.1 with django-test-extensions a5ef307

from django-test-extensions.

francisdb avatar francisdb commented on June 9, 2024

is there a workaround for this issue?

from django-test-extensions.

andrewsmedina avatar andrewsmedina commented on June 9, 2024

I fix this problem in my fork for django-test-extensions

andrewsmedina@6993325

from django-test-extensions.

garethr avatar garethr commented on June 9, 2024

Updated branch and pushed to PyPi. Cheers!

from django-test-extensions.

francisdb avatar francisdb commented on June 9, 2024

thanks

from django-test-extensions.

gaikwad411 avatar gaikwad411 commented on June 9, 2024

I have created workaround fork,
pip3 install git+git://github.com/gaikwad411/unittest-xml-reporting.git

from django-test-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.