Closed MauricioFauth closed 1 year ago
The test_data.json was updated using Django 1.11 using the following commands:
python3 manage.py migrate python3 manage.py loaddata pmaweb/fixtures/test_data.json python3 manage.py dumpdata --natural-foreign --natural-primary -e sites -e contenttypes -e auth.Permission --indent 2 -o pmaweb/fixtures/test_data.json
Reference:
You might want to drop my sed commands from the workflow file
Merging #157 (b1dd19f) into master (f6d69ec) will increase coverage by 0.14%. The diff coverage is 100.00%.
0.14%
100.00%
The test_data.json was updated using Django 1.11 using the following commands:
Reference: