We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f83477 commit 478e958Copy full SHA for 478e958
control/pyproject.toml
@@ -81,7 +81,7 @@ addopts = "-vv --cov=odin --cov-report=term-missing --asyncio-mode=strict"
81
asyncio_default_fixture_loop_scope = "function"
82
# Addresses test_live_histogram.py not "have valid Python names"
83
testpaths = [
84
- "tests/hexitec/package",
+ "test/hexitec/package",
85
]
86
python_files = test_*.py
87
pythonpath = .
0 commit comments