Python 工资支票未运行测试

Python 工资支票未运行测试,python,testing,random-testing,Python,Testing,Random Testing,我正在尝试运行此程序,但它无法运行,有什么问题吗?测试名称必须以“Test”开头 @with_checker([int]) def check_sort(list_of_ints): self.assertTrue(isinstance(list_of_ints, list)) self.assertTrue(len(list) == len(qsort(list))) self.assertTrue(False)

我正在尝试运行此程序,但它无法运行,有什么问题吗?

测试名称必须以“Test”开头

@with_checker([int])
    def check_sort(list_of_ints):
        self.assertTrue(isinstance(list_of_ints, list))
        self.assertTrue(len(list) == len(qsort(list)))
        self.assertTrue(False)