Added dummy Python project to test the pipeline.

This commit is contained in:
Patrick Lehmann
2023-10-02 18:55:07 +02:00
parent 316eaa115e
commit 3cb8ca83a4
7 changed files with 371 additions and 0 deletions

13
tests/requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
-r ../requirements.txt
# Coverage collection
Coverage >= 7.3
# Test Runner
pytest >= 7.4.0
pytest-cov >= 4.1.0
# Static Type Checking
mypy >= 1.5.0
typing_extensions >= 4.7.1
lxml>=4.9