I\'ve been getting a
No tests were found
error in Pycharm and I can\'t figure out why I\'m getting it... this is what I have f
in order to recognize test functions they must be named test_ in your case rename xyCheck to test_xyCheck :)
test_
xyCheck
test_xyCheck