Exécutez un unittest dans Terminal Python

# add -v for more details, higher verbosity or leave it out
python -m unittest -v test_module
OuttaSpace