Add management command to run tests from app list built dynamically.
This commit is contained in:
@@ -63,6 +63,7 @@ class MayanAppConfig(apps.AppConfig):
|
||||
class CommonApp(MayanAppConfig):
|
||||
app_url = ''
|
||||
name = 'common'
|
||||
test = True
|
||||
verbose_name = _('Common')
|
||||
|
||||
def ready(self):
|
||||
|
||||
Reference in New Issue
Block a user