In the docs https://docs.python.org/3/library/unittest.html it suggests:
python -m unittest tests/test_something.py
whereas
python tests/test_something.py
seems to work just as well. Honestly, the output is exactly the same with the basic example. What is the point of "-m" and "unittest" there?