「manage.py test app_name」を使用して django テストを実行しようとすると、エラーが発生します。
File "path/site/ENV/lib/python2.7/site-packages/django/test/utils.py", line 140, in get_runner
test_module = __import__(test_module_name, {}, {}, force_str(test_path[-1]))
ImportError: No module named tests_utils