Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ekaterina Smal
Total activity
251
Last activity
December 07, 2017 20:59
Member since
February 15, 2011 13:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
115
Activity overview
Posts (0)
Comments (136)
Sort by recent activity
Recent activity
Votes
Created
November 15, 2011 13:48
Hi Jeroen,Thanks a lot for reporting this. I've created an issue: http://youtrack.jetbrains.net/issue/PY-5037 Feel free to watch it and get notified once it is fixed.
Community
PyCharm
EAP: is Assignment can be replaced with augmented assignment supposed to work?
0 votes
Created
July 04, 2011 17:22
Hi Fedor,there's typing error in this comment. Actually Dmitry meant:var = Foo().variable""":type : str """or """@type : string """ for epytext comments.But I'm not sure it's the right way to handl...
Community
PyCharm
Type declaration for variables in rst
0 votes
Created
July 05, 2011 08:00
Hi,in your example try to type:var = None""" :type: str """var. # <-- here Pycharm'll suggest you autocompletion for string methods.PyCharm does not really change the type of var, but adds stri...
Community
PyCharm
Type declaration for variables in rst
0 votes
Created
July 05, 2011 08:58
Thanks, I understood.We are now discussing this feature. Possibly, it'll be added in Pycharm 2.0Also you can create an issue for this feature here -- http://youtrack.jetbrains.net/issues/PY
Community
PyCharm
Type declaration for variables in rst
0 votes
Created
June 02, 2011 11:16
Hi, Andrew.Yes, now for unittest configuration test files should start with "test" prefix. It'll be fixed in the new version of plugin.Also, you can file an issue here: http://youtrack.jetbrains.ne...
Community
PyCharm
unable to attach test reporter to test framework
0 votes
Created
June 22, 2011 08:15
Hi Andrew,have you tried PyCharm's update 1.5.2? The issue seems to be fixed.By the way, you can run nosetests and py.test from PyCharm.Just create new run configuration manually (python's nosetest...
Community
PyCharm
unable to attach test reporter to test framework
0 votes
Created
June 22, 2011 13:28
Unfortunately, there is no way. We're going to release plugin as soon as possible.Keep in touch.
Community
PyCharm
unable to attach test reporter to test framework
0 votes
Created
June 14, 2011 12:46
Hi Seth,"Python Integrated Tools -> Path to the directory with *.rst files:" should point to the directorycontaining sphinx generated conf.py file and makefile.Does "C:\development\riot-site\python...
Community
PyCharm
What are the proper steps for configure Sphinx for PyCharm?
0 votes
Created
June 22, 2011 15:56
Hi Pedro,please file an issue to the our tracker http://youtrack.jetbrains.net/issues/PYSo we'll fix it in new release.
Community
PyCharm
error running sphinx-build
0 votes
Created
June 22, 2011 08:04
Hi Ivan,you can use "Run all tests in the folder.." test run configuration and specify pattern for your test files.By the way, it's more convenient to put all tests in one package.
Community
PyCharm
How to run unit tests from different locations?
0 votes
«
First
‹
Previous
Next
›
Last
»