Add management command to run tests from app list built dynamically.

This commit is contained in:
Roberto Rosario
2015-10-10 03:24:57 -04:00
parent 07f02b8f0b
commit 976a86947e
17 changed files with 42 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class DocumentIndexingApp(MayanAppConfig):
app_namespace = 'indexing'
app_url = 'indexing'
name = 'document_indexing'
test = True
verbose_name = _('Document indexing')
def ready(self):