seitime-frappe/frappe/tests/classes
Ankush Menat 47af97661a test: avoid flaky behaviour on test ordering
If a test clears local.response and another test depends on it being
fresh inited then tests can fail.

E.g. response.docs might not exist.
2025-01-04 11:54:37 +05:30
..
__init__.py refactor: Structure frappe.test.utils (green to green) (#28038) 2024-10-08 15:10:24 +00:00
context_managers.py perf!: Cache site configs in memory for 60 seconds (#28869) 2024-12-27 16:21:14 +00:00
integration_test_case.py test: avoid flaky behaviour on test ordering 2025-01-04 11:54:37 +05:30
mocked_request_test_case.py refactor: Structure frappe.test.utils (green to green) (#28038) 2024-10-08 15:10:24 +00:00
unit_test_case.py fix(testing): ensure idempotency on the test environment user 2024-11-13 10:42:19 +01:00