Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
BrilBroeder
Total activity
4
Last activity
April 20, 2023 16:20
Member since
April 18, 2023 17:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
April 20, 2023 16:20
Found out that function in UNitTest must start with test_ te be able to be run. Now UnitTest run when started manually. But stil not from the course material :-(
Community
PyCharm
PyCharm - Edu - Unittest not running
0 votes
Edited
April 19, 2023 18:38
import unittestfrom task import priemgetallenclass MyTestCase(unittest.TestCase):def margeTest4(self):top = 4solution = [2, 3]solution_to_test = priemgetallen(top)self.assertEqual(priemgetallen(top...
Community
PyCharm
PyCharm - Edu - Unittest not running
0 votes