Tag Archives: unittests

Asserting log traces in functional or unittests Python

Sometimes you need to assert log traces while writing tests, mostly functional tests (end to end) after you have setup several components by means of mocks. When executing nosetests it sets up automatically the logging and uses any handler you … Continue reading

Posted in Linux, programming, Python | Tagged , , , , , | Leave a comment