Vito Scilimati
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Vito Scilimati created a post, Issue running unit test
Hi, i'm trying to run unit test with version 2021.2.4. Below a very simple test class i made: from mymodule import rmimport os.pathimport tempfileimport unittestclass RmTestCase(unittest.TestCase):...