Clean release snapshot

This commit is contained in:
byrongamatos
2026-06-16 18:47:13 +02:00
commit 6c110398b4
574 changed files with 162566 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[tool.pytest.ini_options]
# lib/ has no __init__.py — the project uses flat imports like `from song import …`
# from anywhere on sys.path. Add both the repo root (for tests themselves) and lib/
# (for the modules under test).
pythonpath = [".", "lib"]
testpaths = ["tests"]
addopts = "-v --tb=short"