Skip to content

Commit

Permalink
Merge pull request #364 from django-oscar/revert-344-fix/optiongroups…
Browse files Browse the repository at this point in the history
…erializer

Revert "bugfix optiongroupserializer missing (#344)"
  • Loading branch information
specialunderwear authored Nov 27, 2024
2 parents e39f882 + 830801d commit 78eeceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ test:
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false

coverage:
coverage:
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
coverage report -m
coverage xml -i
Expand Down

0 comments on commit 78eeceb

Please sign in to comment.