chore(deps): add GitPython and pytest dependencies

- Add GitPython to manage Git repositories programmatically
- Add pytest for running unit tests and configuring test paths
This commit is contained in:
2025-07-23 13:33:31 +02:00
parent 312f09a2d7
commit 1ff3091ef1
3 changed files with 1311 additions and 0 deletions

2
pytest.ini Normal file
View File

@@ -0,0 +1,2 @@
[pytest]
pythonpath = src