nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 397 forks source link

In python3, test packages can not find testcase #1105

Open landhu opened 4 years ago

landhu commented 4 years ago

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??????

SKYnv commented 3 years ago

init.py? @landhu