Rodrigobraz
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
Rodrigobraz commented, -
Rodrigobraz created a post, 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... -
-
Rodrigobraz created a post, 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... -
-
-
-
Rodrigobraz created a post, "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... -
Rodrigobraz created a post, 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... -