issues
search
pytest-dev
/
pytest-django
A Django plugin for pytest.
https://pytest-django.readthedocs.io/
Other
1.4k
stars
345
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Postgres extensions not enabled in test DB when running pytest --no-migrations
#1163
wadhah101
closed
2 weeks ago
0
fixtures: provide per-scope fixtures for unblocking database access
#1162
m000
closed
2 weeks ago
1
Bump hynek/build-and-inspect-python-package from 2.8.0 to 2.10.0
#1161
dependabot[bot]
opened
3 weeks ago
0
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.11.0
#1160
dependabot[bot]
opened
3 weeks ago
0
Global parametrized DJANGO_SETTINGS_MODULE and xdist
#1159
WisdomPill
opened
1 month ago
0
Throttling causes cache sharing issues between test cases
#1158
JungHoon99
opened
1 month ago
0
No transaction support despite `transactional_db` (edge case of indirect parametrization)
#1157
scur-iolus
opened
1 month ago
0
ContentTypes cache not cleared between tests
#1156
tomviner
opened
1 month ago
0
No obvious way to set `self.maxDiff` with `pytest_django.asserts`
#1155
r-thomson
opened
1 month ago
0
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2
#1154
dependabot[bot]
closed
3 weeks ago
1
Bump hynek/build-and-inspect-python-package from 2.8.0 to 2.9.0
#1153
dependabot[bot]
closed
3 weeks ago
1
`pytest.PytestConfigWarning: could not load initial conftests` with --help or -V but not when running tests
#1152
johncarter-phntm
opened
1 month ago
0
plugin: unconfigure should `restore` not `unblock`
#1151
bluetech
closed
1 month ago
4
fixtures: ensure db blocker is always restored
#1150
bluetech
closed
1 month ago
0
fixtures: drop compat code for no longer supported Django versions
#1149
bluetech
closed
1 month ago
0
Lock/unlock of db breaks if pytest is executed twice in the same process (fixes #1147)
#1148
boxed
closed
1 month ago
2
Unblock not cleaned up at the end of pytest execution?
#1147
boxed
closed
2 months ago
3
Please provide a session-scope 'settings' fixture
#1146
coredumperror
opened
2 months ago
0
Suggestion: module-level fixtures for populating a database
#1145
nbelakovski-mssm
opened
2 months ago
0
do not require DJANGO_SETTINGS_MODULE when running pytest help
#1144
piotr-kubiak
closed
2 months ago
4
Drop support for EOL Django 3.2, 4.1, add support for 5.1
#1143
bluetech
closed
2 months ago
1
ci: use trusted publishing for release
#1142
bluetech
closed
2 months ago
1
tox: update ruff, mypy
#1141
bluetech
closed
2 months ago
0
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.10.0
#1140
dependabot[bot]
closed
2 months ago
0
ci: try to fix coverage upload
#1139
bluetech
closed
2 months ago
0
Fix type hints for assertFormError and assertForSetError. Refs pytest-dev#1137
#1138
nektor211
closed
2 months ago
1
Fix type hints for `assertFormError` and `assertFormSetError`
#1137
nektor211
closed
2 months ago
0
How to change environment variable before django settings will be initialized?
#1136
mihalt
opened
2 months ago
0
Add docstrings to public fixtures
#1135
kosdmit
closed
2 months ago
0
Tables in test db are not created for models with app_label
#1134
kosdmit
opened
4 months ago
0
Github Actions are failing on new PRs.
#1133
pzarfos
closed
2 months ago
2
A new fixture for using "real database"?
#1132
rhoban13
opened
4 months ago
0
Unable to fully override db setup fixture
#1131
eldjh3
opened
4 months ago
0
fail-on-template-vars: improve compatibility with Django behavior
#1130
xavfernandez
opened
4 months ago
3
fail-on-template-vars: modernize stack inspection code
#1129
xavfernandez
closed
2 months ago
0
Added import to database documentation sample code
#1128
pzarfos
closed
2 months ago
0
Multi-db: databases not being blocked
#1127
meshy
opened
4 months ago
0
pytest-django should handle MEDIA_ROOT
#1126
JasonGrace2282
opened
5 months ago
1
Mention django 2.2 support drop in changelog
#1125
Faithfinder
closed
5 months ago
0
Is Django 2.2 supported in latest or not?
#1124
Faithfinder
closed
5 months ago
1
pytest_sessionfinish cannot access database for cleanup
#1123
syndionaldo
opened
6 months ago
0
apps.ready() doesn't get called
#1122
vt-rc
closed
6 months ago
2
fail-on-template-vars: be more discreet with ignore_template_errors
#1121
xavfernandez
closed
4 months ago
0
Avoid running database migrations for `SimpleTestCase`
#1120
flaeppe
closed
2 months ago
0
Configure dependabot to check for updates to GitHub Actions every weekday
#1119
flaeppe
closed
2 months ago
1
Switching from Django UnitTest to pytest-django results in : Database access not allowed, use the "django_db" mark, or the "db" or "transactional_db" fixtures to enable it.
#1118
Some7hing0riginal
opened
7 months ago
1
serialized_rollback not working under all circumstances
#1117
medihack
opened
8 months ago
0
A fixture for the project's `urlpatterns`
#1116
paduszyk
closed
8 months ago
1
Fixture django_db_setup stopped working when upgrading from 4.6 to 4.7
#1115
jeroenbrouwer
opened
8 months ago
11
Python 3.12 + django 4.2: debug doesn't work
#1114
senseysensor
opened
9 months ago
4
Next