AttributeError : '모듈'개체에 '테스트'속성이 없습니다.
이 명령을 실행하고 있습니다. python manage.py test project.apps.app1.tests 이 오류가 발생합니다. AttributeError : '모듈'개체에 '테스트'속성이 없습니다. 아래는 내 디렉토리 구조입니다. 또한 설치된 앱 구성에 app1을 추가했습니다. Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/home/username/local/dev/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line utility.execute() File "/home/username/local/dev/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 377, in …