python -m unittest2 文件名
python -m unittest2 discover 目录名
http://pyunit.sourceforge.net/pyunit_cn.html
https://docs.python.org/2/library/unittest.html
http://docs.python-guide.org/en/latest/writing/tests/
http://pythontesting.net/framework/unittest/unittest-introduction/
http://www.cnpythoner.com/post/303.html