[Python-Dev] Why is there to Lib/test/test_int.py?

Eric Smith eric+python-dev at trueblade.com
Wed Feb 13 13:12:23 CET 2008


I want to add test cases for int.__format__(), and I went looking for 
Lib/test/test_int.py.  I've added tests into Lib/test/test_long.py, so I 
assumed there was an int version, but no.

Is there any particular reason for that, and are there int tests 
elsewhere?  If not, I'll add test_int.py, but I want to make sure that's 
the right thing to do.

Thanks.
Eric.


More information about the Python-Dev mailing list