OrgSkolyAutocompleteTestCase: jde vypnout
Když máme jiný model, tak se nepotkají typy dumpů. Cherry-pickable.
This commit is contained in:
parent
9c1c393395
commit
b17b97e4e4
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
from django.test import TestCase
|
||||
from django.test import TestCase, tag
|
||||
from django.urls import reverse
|
||||
import seminar.models as m
|
||||
import seminar.views as v
|
||||
from seminar.utils import sync_skoly
|
||||
|
||||
@tag('stejny-model-na-produkci')
|
||||
class OrgSkolyAutocompleteTestCase(TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
|
Loading…
Reference in a new issue