I am using nosetests test.py to run unit tests:
nosetests test.py
import unittest import logging class Test(unittest.TestCase): def test_pass(self): log