I think most int tests are probably in test_types.py.

If you were to create test_int.py now it would probably interfere with
the renaming of test_long.py to test_int.py in the py3k branch
(eventually).

On Feb 13, 2008 4:12 AM, Eric Smith <[EMAIL PROTECTED]> wrote:
> 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.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to