Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nose

How Should I Verify A Log Message When Testing Python Code Under Nose?

I'm trying to write a simple unit test that will verify that, under a certain condition, a clas… Read more How Should I Verify A Log Message When Testing Python Code Under Nose?

Is There A Downside For Using __init__(self) Instead Of Setup(self) For A Nose Test Class?

Running nosetests -s for class TestTemp(): def __init__(self): print '__init__'… Read more Is There A Downside For Using __init__(self) Instead Of Setup(self) For A Nose Test Class?

Is There A Downside For Using __init__(self) Instead Of Setup(self) For A Nose Test Class?

Running nosetests -s for class TestTemp(): def __init__(self): print '__init__'… Read more Is There A Downside For Using __init__(self) Instead Of Setup(self) For A Nose Test Class?

Is There A Downside For Using __init__(self) Instead Of Setup(self) For A Nose Test Class?

Running nosetests -s for class TestTemp(): def __init__(self): print '__init__'… Read more Is There A Downside For Using __init__(self) Instead Of Setup(self) For A Nose Test Class?