aliles / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.2+
http://pypi.python.org/pypi/funcsigs
Other
48 stars 33 forks source link

Failures running tests directly (without coverage command) #20

Open jstemmer opened 8 years ago

jstemmer commented 8 years ago

Trying to run the tests directly (without using the coverage command) currently fails because unittest.begin() is not a valid method. This should be replaced with with unittest.main().

Fixing this (and running tests standalone) will break one of the formatannotation tests, as the expected result depends on how the tests are run.