主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
BrilBroeder
活动总数
4
最后的活动
2023年04月20日 16:20
成员加入日期
2023年04月18日 17:24
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月20日 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 :-(
社区
PyCharm
PyCharm - Edu - Unittest not running
0 票
已编辑于
2023年04月19日 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...
社区
PyCharm
PyCharm - Edu - Unittest not running
0 票