- 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.
6 lines
131 B
INI
6 lines
131 B
INI
[pytest]
|
|
testpaths = tests
|
|
pythonpath = .
|
|
markers =
|
|
integration: PostgreSQL-Mandanten-Integration (ACCESS_LAYER_INTEGRATION=1)
|