标签: nose nosetests
我希望在我的所有鼻子测试中共享一些初始化代码。我该怎么做?
(我不想拥有__init__.py in my tests directory。但也许有一些init.py左右?我没有找到任何相关的文档。)
__init__.py
tests
init.py