Simplify test runner by adding a new option '--mayan-apps' that
automatically tests all Mayan apps that report to have tests. Change the app flag that indicates when an app has test from 'test' to the more explicit 'has_test'. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -11,8 +11,8 @@ from .links import link_search, link_search_advanced, link_search_again
|
||||
class DynamicSearchApp(MayanAppConfig):
|
||||
app_namespace = 'search'
|
||||
app_url = 'search'
|
||||
has_tests = True
|
||||
name = 'dynamic_search'
|
||||
test = True
|
||||
verbose_name = _('Dynamic search')
|
||||
|
||||
def ready(self):
|
||||
|
||||
Reference in New Issue
Block a user