shinkan-jinkendo/backend/pytest.ini
Lars 347af0c36e
Some checks failed
Deploy Development / deploy (push) Successful in 38s
Test Suite / lint-backend (push) Successful in 1s
Test Suite / build-frontend (push) Successful in 8s
Test Suite / playwright-tests (push) Failing after 35s
feat: update application version to 0.8.30 and add integration test marker
- Bumped application version to 0.8.30 in both backend and frontend files.
- Added a new marker for integration tests in pytest.ini to facilitate PostgreSQL integration testing.
- Updated changelog to reflect the new version and changes made in this release.
2026-05-05 22:34:35 +02:00

6 lines
131 B
INI

[pytest]
testpaths = tests
pythonpath = .
markers =
integration: PostgreSQL-Mandanten-Integration (ACCESS_LAYER_INTEGRATION=1)