Match the name of a method with its description.
Unittest in more detail
Unittest methods
Report a typo
Match the items from left and right columns
setUp()tearDown()a test method
This method contains assert methods to compare expected output and the actual one.
The code inside this method is run after each test method.
The code inside this method is run before each test method.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.