Testing Setup#

!cd ../../.. && python -m pytest tests
============================= test session starts ==============================
platform darwin -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0
rootdir: /Users/rblack/_dev/mmqprop
plugins: cov-4.0.0, anyio-3.6.2
collecting ... 
collected 1 item                                                               

tests/test_version.py .                                                  [100%]

============================== 1 passed in 0.01s ===============================

Now we know our testing structure is in place and works. If that test had failed, we would have seen an error message.