[Python-checkins] r60645 - python/trunk/Lib/test/test_largefile.py

Neal Norwitz nnorwitz at gmail.com
Thu Feb 7 18:59:49 CET 2008


On Feb 7, 2008 8:16 AM, facundo.batista <python-checkins at python.org> wrote:
> Author: facundo.batista
> Date: Thu Feb  7 17:16:29 2008
> New Revision: 60645
>
> Modified:
>    python/trunk/Lib/test/test_largefile.py
> Log:
>
> Fixes issue 2026.  Tests converted to unittest.  Thanks
> Giampaolo Rodola.
>
>
> Modified: python/trunk/Lib/test/test_largefile.py
> ==============================================================================
> --- python/trunk/Lib/test/test_largefile.py     (original)
> +++ python/trunk/Lib/test/test_largefile.py     Thu Feb  7 17:16:29 2008
> [...]
> +if __name__ == '__main__':
> +    main_test()

This needs to be test_main() to work.  Right now the test is ignored.

n


More information about the Python-checkins mailing list