bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

expose assert_* methods with less magic #343

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Most python IDE's and code completion tools are confused by the assert_* 
functions from nose.tools, which are exposed and renamed programatically. This 
confuses many IDE's, which are unable to find, for example, assert_equals.

To enable completion support, it would be better to explicitly expose each of 
these functions.

Original issue reported on code.google.com by jlmac...@gmail.com on 15 Jun 2010 at 8:36