I've been looking all over the internet for an answer. They all tell me to make sure I do exactly what you can see I did below. I'm actually making this all during an online class in Pytest and it just doesn't work.
ls TestCheckout.py __init__.py __pycache__ pytest.ini cat TestCheckout.py def test_ConInstantiateCheckout(): co = CheckOut() pytest =================================================== test session starts ==================================================== platform darwin -- Python 3.7.4, pytest-5.2.0, py-1.8.0, pluggy-0.13.0 rootdir: /Users/ddow/dev/supermarket-kata collected 0 items ================================================== no tests ran in 0.01s Does anyone know what gives? Any help would be greatly appreciated.