mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-01-02 01:47:04 -05:00
feat: Implement initial schema and add various API, service, and management command enhancements across the application.
This commit is contained in:
@@ -260,11 +260,7 @@ def clear_cache():
|
||||
def pytest_configure(config):
|
||||
"""Register custom pytest markers."""
|
||||
config.addinivalue_line("markers", "unit: Unit tests (fast, isolated)")
|
||||
config.addinivalue_line(
|
||||
"markers", "integration: Integration tests (may use database)"
|
||||
)
|
||||
config.addinivalue_line(
|
||||
"markers", "e2e: End-to-end browser tests (slow, requires server)"
|
||||
)
|
||||
config.addinivalue_line("markers", "integration: Integration tests (may use database)")
|
||||
config.addinivalue_line("markers", "e2e: End-to-end browser tests (slow, requires server)")
|
||||
config.addinivalue_line("markers", "slow: Tests that take a long time to run")
|
||||
config.addinivalue_line("markers", "api: API endpoint tests")
|
||||
|
||||
Reference in New Issue
Block a user