feat: add versioned execution profiles
This commit is contained in:
parent
641e85f5a8
commit
1cd890d871
34 changed files with 2087 additions and 471 deletions
|
|
@ -25,6 +25,10 @@ dev = ["pytest>=8"]
|
|||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/glas_harness"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
"profiles" = "glas_harness/data/profiles"
|
||||
"registry/reins" = "glas_harness/data/reins"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue