#!python def test_length(): string = u"I♥U" assert len(string) == 3 if __name__ == "__main__": test_length() If I run it using Python 2 on the command-line, I will ...
$ nosetests -v test_math.py test_floor_0_negative (test_math.TestMathUnitTest) ... ok test_floor_1_integer (test_math.TestMathUnitTest) ... ok test_floor_2_large ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results