Skip to content
Discussion options

You must be logged in to vote

A:unittest provides a testing framework with TestCase classes, setUp/tearDown methods, and assertion methods. Tests are methods starting with 'test_'. Run with python -m unittest. It's part of the standard library and follows xUnit patterns.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lukasmiller3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants