AoC 2020: github action for linting and testing

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-12-06 22:04:33 +01:00
parent 42cf587323
commit eef50a5527
3 changed files with 43 additions and 1 deletions

4
pytest.ini Normal file
View File

@@ -0,0 +1,4 @@
# pytest.ini
[pytest]
python_files = day_*.py
testpaths = 2020-python/solutions