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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly