[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
More information about the Python-Dev mailing list
Wed Feb 13 13:12:23 CET 2008
- Previous message: [Python-Dev] int/float freelists vs pymalloc
- Next message: [Python-Dev] Why is there to Lib/test/test_int.py?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] int/float freelists vs pymalloc
- Next message: [Python-Dev] Why is there to Lib/test/test_int.py?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list