Markitect boundary and reuse tests
This commit is contained in:
parent
9f1b8da87a
commit
ef8391e6a7
15 changed files with 490 additions and 6 deletions
|
|
@ -37,4 +37,7 @@ where = ["src"]
|
|||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["src"]
|
||||
|
||||
markers = [
|
||||
"integration: tests that exercise optional external package contracts",
|
||||
"markitect_tool: tests for the optional markitect-tool adapter boundary",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue