ID EN
Unittest

assertIsNone

Python 3.11

Test that expr is (or is not) None.

Syntax

PYTHON
assertIsNone(expr, msg=None)