Just installed py.test with pip install -U pytest with no errors, however we I\'m trying to launch py.test I get error: EBUSY: [Resource devi
pip install -U pytest
py.test
EBUSY: [Resource devi
You created a file test_cases without .py you should rename your test case file like test_cases.py
test_cases
.py
test_cases.py