Use file_regression to generate the files to compare

This shall make the maintenance of data files a little easier in the
future.
This commit is contained in:
Karolina Surma
2021-08-24 13:24:41 +02:00
parent 5de54f32ea
commit 8a94dbf001
12 changed files with 129 additions and 29 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install pytest
python -m pip install pytest pytest-regressions
- name: Run pytest
run: |
python -m pytest -v