Separate Python and Rust into python/ and rust/ with per-stack Dockerfiles
This commit is contained in:
5
python/pytest.ini
Normal file
5
python/pytest.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
norecursedirs = data .git __pycache__ .venv
|
||||
markers =
|
||||
integration: marks tests as integration tests (may require external services)
|
||||
Reference in New Issue
Block a user