I want to have some initialization code shared across all my Nose tests. How would I do that?
(I don't want to have an __init__.py
in my tests
directory. But maybe there is some init.py
or so? I didn't found any documentation about that.)
I want to have some initialization code shared across all my Nose tests. How would I do that?
(I don't want to have an __init__.py
in my tests
directory. But maybe there is some init.py
or so? I didn't found any documentation about that.)