Giter Site home page Giter Site logo

Comments (6)

edavis avatar edavis commented on May 29, 2024

I make no claim to it being the best possible way, but I did manage to get the test working: edavis@a76bb3a

This method alters INSTALLED_APPS before the TestCase even runs, which seems to do the trick.

from django-analytical.

jcassee avatar jcassee commented on May 29, 2024

Thanks, Eric, this looks good. It means we can lose the TestSettingsManager and the specialized TestCase. Can I tempt you into making that change too...?

from django-analytical.

jcassee avatar jcassee commented on May 29, 2024

Never mind, I'm on it.

from django-analytical.

jcassee avatar jcassee commented on May 29, 2024

Eric, does the testcase run when you decorate it? I find its tests are skipped.

from django-analytical.

edavis avatar edavis commented on May 29, 2024

Good catch. I guess that's why the tests stopped complaining :)

override_settings has been added (https://code.djangoproject.com/browser/django/trunk/django/test/utils.py#L183) to Django trunk and appears to now work when decorating classes. I've backported it to analytical.tests.utils and the two test functions in question are now running again.

I've got the test working that removes django.contrib.sites, but for the one that adds it it complains about django_sites DB table missing. I'm playing around with call_command("syncdb") as we speak.

I'll publish a topic branch shortly for you to take a look.

from django-analytical.

jcassee avatar jcassee commented on May 29, 2024

Thanks, I'll commit some little fix-ups of myself and release a new version with your changes.

from django-analytical.

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.