File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ test:
18
18
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
19
19
python sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
20
20
21
- coverage :
22
- coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_true
21
+ coverage :
23
22
coverage run sandbox/manage.py test oscarapi --settings=sandbox.settings.block_admin_api_false
24
23
coverage report -m
24
+ coverage html
25
25
coverage xml -i
26
26
27
27
docker-build :
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ class Meta:
187
187
188
188
189
189
class OptionSerializer (OscarHyperlinkedModelSerializer ):
190
+ option_group = AttributeOptionGroupSerializer (required = False , allow_null = True )
190
191
code = serializers .SlugField ()
191
192
192
193
class Meta :
You can’t perform that action at this time.
0 commit comments