UPD: added dav_event_office to the test suite even if it still contains

no tests.
This commit is contained in:
2019-08-29 10:27:16 +02:00
parent 34e55d5ddb
commit 749ac8271d

View File

@@ -66,7 +66,7 @@ class DjangoEnvironment(object):
class TestSuite(object):
@staticmethod
def run():
modules = ['dav_auth', 'dav_events', 'dav_registration']
modules = ['dav_auth', 'dav_events', 'dav_registration', 'dav_event_office']
tests = ['dav_base'] + modules
test_tags = None
exclude_test_tags = ['browser']