Django tests could not be found in debug mode

Hello Guys!

Everything working great with beta 1. But after i've installed beta 2 django debugging for tests is broken.

I could attach debugger to server session, but when i want to do it for my tests configuration it says following:


C:/Users/Oleg/Environments/montreux/Scripts/python.exe "C:\Program Files (x86)\JetBrains\PyCharm 96.1063\helpers\pycharm\django_manage.py" test "C:\Program Files (x86)\JetBrains\PyCharm 96.1063\helpers\pydev\pydevd.py" --client 127.0.0.1 --port 61612 --file

Testing started at 13:45 ...

Usage: C:\Program Files (x86)\JetBrains\PyCharm 96.1063\helpers\pycharm\django_manage.py test [options] [appname ...]

pycharm django settings imported

Runs the test suite for the specified applications, or the entire site if no apps are specified.

C:\Program Files (x86)\JetBrains\PyCharm 96.1063\helpers\pycharm\django_manage.py: error: no such option: --noreload

Process finished with exit code 2

Empty test suite.

The most interesting thing is that just running tests work perfectly.

Some ideas?

Cheers,

Oleg

0

请先登录再写评论。