Skip to content

Commit 0013909

Browse files
committed
Add test setup and tests for osi3trace
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 5193dbc commit 0013909

3 files changed

Lines changed: 870 additions & 1 deletion

File tree

poetry.lock

Lines changed: 271 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }
3838
enable = true
3939
bump = true
4040

41+
[tool.poetry.group.dev.dependencies]
42+
pytest = "^8.2.2"
43+
black = "^24.4.2"
44+
45+
[tool.pytest.ini_options]
46+
minversion = "6.0"
47+
testpaths = [
48+
"tests",
49+
]
50+
4151
[build-system]
4252
requires = [
4353
"poetry-core>=2.0.0,<3.0.0",

0 commit comments

Comments
 (0)