Lecture 5 - Unit Tests Flashcards
1
Q
This command allows us to tell the compiler that something, some assertion, is true. It can be applied to test our code.
A
Assert
2
Q
A third-party library that allows you to unit test your program. This allows you to test your functions within your program.
A
Pytest