You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are others like 'customer:order' which need to become 'order'.
I am sure that I will have a few cases of view names which need a namespace in order to be distinct, but I guess the skip would apply to all with the same name, so that outcome isnt terrible.
However more importantly, it took me a while to recognise that the namespace needed to be omitted. A quick README update would be helpful, if a proper solution isnt easy.
The text was updated successfully, but these errors were encountered:
Description
I am using django-oscar , which has a bunch of failures across its many constituted apps, including the following three views
However, I need to omit the namespace when I put them into
SKIP_SMOKE_TESTS
.i.e.
There are others like
'customer:order'
which need to become'order'
.I am sure that I will have a few cases of view names which need a namespace in order to be distinct, but I guess the skip would apply to all with the same name, so that outcome isnt terrible.
However more importantly, it took me a while to recognise that the namespace needed to be omitted. A quick README update would be helpful, if a proper solution isnt easy.
The text was updated successfully, but these errors were encountered: