InterviewSolution
Saved Bookmarks
| 1. |
What Is A “unittest” In Python? |
|
Answer» The UNIT testing framework of Python is known as “unittest”. It supports the sharing of setups, automation testing, shutdown CODE for tests, aggregation of tests into COLLECTIONS, AMONG OTHERS. The unit testing framework of Python is known as “unittest”. It supports the sharing of setups, automation testing, shutdown code for tests, aggregation of tests into collections, among others. |
|