Project

General

Profile

« Previous | Next » 

Revision fbb39772

Added by koszko over 1 year ago

use pyproject.toml for pytest configuration and move all tests to tests/ directory

View differences:

pyproject.toml
10 10

  
11 11
[tool.setuptools_scm]
12 12
write_to = "src/hydrilla/builder/_version.py"
13

  
14
[tool.pytest.ini_options]
15
minversion = "6.0"
16
addopts = "-ra -q"
17
testpaths = [
18
    "tests"
19
]

Also available in: Unified diff