Rodrigobraz

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
Edited Is this a bug? Running individual test after running unittest discovery on entire project fails
The ProjectI have set up a sample project to illustrate this problem. It's available on GitHub, but here is the source tree so you get the idea:PyCharm 2023.3.2 (Community Edition)Build #PC-233.131... -
Edited Is directory name `test` treated in a special manner?
If I have a directory named mypackage, it is recognized as a package without me having to do anything (not even mark it as a source directory or create a __init__.py file):If however I simply chang... -
Edited "Run pip install -e ." not working
I have just cloned a GitHub directory of project https://github.com/facebookresearch/Pearl.gitI create a new project with a new conda environment with Python 3.8.The clone project includes a pyproj... -
Edited Clone project 'pearl' from GitHub with top directory 'pearl', but module 'pearl' not found even if marked as source root
I have cloned a project called pearl from GitHub, with top directory pearl. The top directory is supposed to be the top Python module as well.When trying to execute a test source file with import p... -
Created Why does PyCharm's Bash run configuration ask about “project interpreter”, and does not recognize the one defined in Settings?
AnsweredI am trying to configure a Bash run configuration in PyCharm 2019.1.3 CE (BTW, Bash run configurations become available only after installing the Bash plugin). When filling in the data for the run...