def run_test(self): try: myFunc() except ExceptionType: self.fail("myFunc() raised ExceptionType unexpectedly!")
def run_test(self): try: myFunc() except ExceptionType: self.fail("myFunc() raised ExceptionType unexpectedly!")上一篇 为什么“ [False,True]中的not(True)”返回False?
下一篇 get_dummies(Pandas)和OneHotEncoder(Scikit-learn)之间的优缺点是什么?