Python unittest模块,常用函数和类
下面列出了Python unittest 模块中定义的常用函数和类,我们从6321个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. TestCase() | 用在(6042)个项目中 |
2. main() | 用在(3173)个项目中 |
3. TextTestRunner() | 用在(743)个项目中 |
4. TestSuite() | 用在(560)个项目中 |
5. TestLoader() | 用在(500)个项目中 |
6. skip() | 用在(406)个项目中 |
7. skipIf() | 用在(375)个项目中 |
8. mock() | 用在(342)个项目中 |
9. makeSuite() | 用在(214)个项目中 |
10. skipUnless() | 用在(199)个项目中 |
11. SkipTest() | 用在(178)个项目中 |
12. TestResult() | 用在(93)个项目中 |
13. expectedFailure() | 用在(93)个项目中 |
14. TestProgram() | 用在(49)个项目中 |
15. html() | 用在(37)个项目中 |
16. defaultTestLoader() | 用在(34)个项目中 |
17. __file__() | 用在(31)个项目中 |
18. TextTestResult() | 用在(31)个项目中 |
19. findTestCases() | 用在(27)个项目中 |
20. _TextTestResult() | 用在(19)个项目中 |
21. case() | 用在(18)个项目中 |
22. installHandler() | 用在(17)个项目中 |
23. FunctionTestCase() | 用在(16)个项目中 |
24. registerResult() | 用在(16)个项目中 |
25. removeHandler() | 用在(16)个项目中 |
26. BaseTestSuite() | 用在(12)个项目中 |
27. removeResult() | 用在(9)个项目中 |
28. util() | 用在(9)个项目中 |
29. test() | 用在(7)个项目中 |
30. py() | 用在(5)个项目中 |