当我尝试使用'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