wasm-demo/demo/ermis-f/python_m/cur/0705

33 lines
1.1 KiB
Plaintext

From: mal at lemburg.com (M.-A. Lemburg)
Date: Mon, 26 Apr 1999 20:59:21 +0200
Subject: I need test .py files
References: <37249009.AA2B13CA@abo.fi>
Message-ID: <3724B789.C514B05@lemburg.com>
X-UID: 705
Raul Parra Bacete FS wrote:
>
> Hi,
>
> I have ported the python interpreter to the sh1 hitachi, and now I would
> like to get .py programs to test my python interpreter... that programs
> should not have any import statment or any reference to files, so I need
> some BASIC .py programs to test my python
The scripts in Lib/test/ of the Python source distribution
are intended to be a relatively complete test suite for the interpreter
and many of the standard libs modules.
See Lib/test/regrtest.py for details on how to run the suite.
--
Marc-Andre Lemburg Y2000: 249 days left
---------------------------------------------------------------------
: Python Pages >>> http://starship.skyport.net/~lemburg/ :
---------------------------------------------------------