feat(training): scaffold Python training project

This commit is contained in:
meelstorm
2026-07-17 17:10:47 +00:00
committed by EugeneTes
parent 30ac7a8114
commit ba24c752c5
3 changed files with 12 additions and 0 deletions

4
Training/pytest.ini Normal file
View File

@@ -0,0 +1,4 @@
[pytest]
testpaths = tests
python_files = test_*.py
addopts = -v