Skip to content

Commit

Permalink
➕(backend) add django-test-migrations
Browse files Browse the repository at this point in the history
Add django-test-migrations to the project.
It is a tool that helps to test Django migrations.
  • Loading branch information
AntoLC committed Jan 20, 2025
1 parent ab84fb9 commit ac750b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"django-filter==24.3",
"django-parler==2.3",
"redis==5.2.1",
"django-test-migrations==1.4.0",
"django-redis==5.4.0",
"django-storages[s3]==1.14.4",
"django-timezone-field>=5.1",
Expand Down Expand Up @@ -145,3 +146,7 @@ python_files = [
"test_*.py",
"tests.py",
]

pytest_plugins = [
"django_test_migrations.contrib.pytest_plugin",
]

0 comments on commit ac750b4

Please sign in to comment.