UPD: added dav_event_office to the test suite even if it still contains
no tests.
This commit is contained in:
@@ -66,7 +66,7 @@ class DjangoEnvironment(object):
|
|||||||
class TestSuite(object):
|
class TestSuite(object):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def run():
|
def run():
|
||||||
modules = ['dav_auth', 'dav_events', 'dav_registration']
|
modules = ['dav_auth', 'dav_events', 'dav_registration', 'dav_event_office']
|
||||||
tests = ['dav_base'] + modules
|
tests = ['dav_base'] + modules
|
||||||
test_tags = None
|
test_tags = None
|
||||||
exclude_test_tags = ['browser']
|
exclude_test_tags = ['browser']
|
||||||
|
|||||||
Reference in New Issue
Block a user