Dory Zidon
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created IntelliJ / PyCharm not calling unittest setUpClass
AnsweredWhen running unittest, the setUpClass code is not called.But the test code get's excuted right away. When running this from the command line, the setUpClass is called. And I've setup the python env...