mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +08:00
7 lines
385 B
Python
7 lines
385 B
Python
# pytest tests --asyncio-mode=strict
|
|
# @pytest.mark.database_access then use pytest --strict-markers to register then pytest -m database_access
|
|
|
|
# Ordering
|
|
# https://stackoverflow.com/questions/70738211/run-pytest-classes-in-custom-order/70758938#70758938
|
|
# https://stackoverflow.com/questions/17571438/test-case-execution-order-in-pytest
|
|
# https://github.com/pytest-dev/pytest-order
|