26 Python - unittest unit test

 Test unit unittest

 

Unit Testing Overview 01

 

 

 

02 test code organization

slightly

03 common assertion methods

 

 

 

 

04 type test device

 

 

The definition of a class Calculator

 

 

Test category

 

 

The improved test class

 

 

Test class is often used a setup method and tearDown methods for testing prior to use, a use for the test

As may be used to instantiate setUp test classes, tearDown may be used to close the file or database content

 

 

Guess you like

Origin www.cnblogs.com/yijiexi/p/11140588.html