Code Monkey home page Code Monkey logo

Comments (7)

skarzi avatar skarzi commented on June 4, 2024

hello @lee-vg

which version of django-test-migrations do you use?
Could you check if django-test-migrations installed from master branch still has this problem?

I think you have spotted problem described in #38 which is already solved on master

from django-test-migrations.

lee-vg avatar lee-vg commented on June 4, 2024

we were using 0.2.0 so we upgraded to 0.3.0, but we still had issues.
Telling. the migrator to not reset after each test did the trick as the tests already rollback after each test run.

@pytest.fixture(autouse=True)
def enable_db_access_for_all_tests(db):
    pass


# Override django-test-migrations `migrator` fixture.
# https://github.com/wemake-services/django-test-migrations/issues/82
@pytest.fixture()
def migrator(request):
    migrator = Migrator(database='default')
    return migrator

from django-test-migrations.

skarzi avatar skarzi commented on June 4, 2024

That's because test setup/teardown was fixed in #76 which is not released yet.

I would be really grateful for checking if your problem is still present with django-test-migrations installed from master branch

from django-test-migrations.

lee-vg avatar lee-vg commented on June 4, 2024

No. Firstly it complains that typing_extensions is not installed.
Then i get this error

tests/test_vFlow/test_migrations/test_saved_filing_period_migrations.py::test_filing_status_canceled_to_cancelled_rename_0083 - AttributeError: 'Migrator' object has no attribute 'before'

from django-test-migrations.

skarzi avatar skarzi commented on June 4, 2024

In the meantime we have merged #83 which renamed Migrator methods:

  • before to apply_initial_migration
  • after to apply_tested_migration

from django-test-migrations.

skarzi avatar skarzi commented on June 4, 2024

@lee-vg do you have any other struggles with django-test-migrations?
If everything works fine, I will close this issue

from django-test-migrations.

skarzi avatar skarzi commented on June 4, 2024

I am closing this issue, if you have any other problems, please let us know

from django-test-migrations.

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.