Closed azmeuk closed 1 year ago
This uses the python assert statement instead of the unittest self.assert* methods for better readability.
assert
self.assert*
This is how it is recommended to write assertions in pytest.
This uses the python
assert
statement instead of the unittestself.assert*
methods for better readability.This is how it is recommended to write assertions in pytest.