django-axes/tests
Aleksi Häkli 69af352d6e Mark flaky tests on database handler tests on PyPy runtime
The database handler tests fail from time to time due to slow PyPy startup time
which results in tests failing unexpectedly which only happens on PyPy.

This PR requires CPython runtime to pass the tests and indicates failures,
but does not fail the test suite due to them.
2021-03-01 13:49:53 +02:00
..
__init__.py Move tests outside project source folder 2021-01-07 18:23:33 +02:00
base.py Add support to reset attempts on the cache handler 2021-02-15 20:20:49 +02:00
settings.py Move tests outside project source folder 2021-01-07 18:23:33 +02:00
test_admin.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_attempts.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_backends.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_checks.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_decorators.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_handlers.py Mark flaky tests on database handler tests on PyPy runtime 2021-03-01 13:49:53 +02:00
test_helpers.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_logging.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_login.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_management.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_middleware.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_models.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
test_signals.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
urls.py Move tests outside project source folder 2021-01-07 18:23:33 +02:00
urls_empty.py Move tests outside project source folder 2021-01-07 18:23:33 +02:00