nose icon indicating copy to clipboard operation
nose copied to clipboard

In python3, test packages can not find testcase

Open landhu opened this issue 4 years ago • 1 comments

Like this: testcase |---- init.py |---- test_bb.py

test_bb.py file is: def test_qq(): pass

In python 3.8: nosetests testcase: Ran 0 tests in xxx OK

In python 2: this ok ,can run 1 tests

why??????

landhu avatar Feb 07 '20 11:02 landhu

init.py? @landhu

SKYnv avatar Feb 23 '21 21:02 SKYnv