Can you give me the tree directory of the project? Is this a unit test or an integration test? You can try:
python test-client.py
python test-server.py
python manage.py test
Error python: can't open file 'manage.py': [Errno 2] No such file or directory You have to switch to the root directory of the project, which is the directory with manage.py.
Can you give me the tree directory of the project? Is this a unit test or an integration test?
You can try:
python test-client.py
python test-server.py
python manage.py test
Error python: can't open file 'manage.py': [Errno 2] No such file or directory
You have to switch to the root directory of the project, which is the directory with manage.py.
Please replace <app> with the app name in your Django. Generally, if the directory name is polls, then it is
Note that the file name test-server.py is not standardized!