def non_django_tests():
    return tests_from_modules(non_django_test_modules)
def non_app_tests():
    return tests_from_modules(non_app_test_modules)