mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 05:34:22 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user