On Sunday, January 11, 2015 at 1:39:20 AM UTC-8, Steven D'Aprano wrote:
> Ramesh wrote:
>
> > I am new to python.
> >
> > I downloaded python 2.7.8 tarball, successfully cross compiled it, to make
> > sure that the subsystems are correctly built, I tried running the python
> > test scripts on the
On Sunday, January 11, 2015 at 1:45:33 AM UTC-8, Steven D'Aprano wrote:
> Ramesh wrote:
>
> > I am new to python.
> >
> > I downloaded python 2.7.8 tarball, successfully cross compiled it, to make
> > sure that the subsystems are correctly built, I tried running the python
> > test scripts on the
Ramesh wrote:
> I am new to python.
>
> I downloaded python 2.7.8 tarball, successfully cross compiled it, to make
> sure that the subsystems are correctly built, I tried running the python
> test scripts on the MIPS based target board. I hit the below error while I
> do so,
On second thoughts,
Ramesh wrote:
> I am new to python.
>
> I downloaded python 2.7.8 tarball, successfully cross compiled it, to make
> sure that the subsystems are correctly built, I tried running the python
> test scripts on the MIPS based target board. I hit the below error while I
> do so,
[...]
> I tried setti
I am new to python.
I downloaded python 2.7.8 tarball, successfully cross compiled it, to make sure
that the subsystems are correctly built, I tried running the python test
scripts on the MIPS based target board. I hit the below error while I do so,
==
# /opt/Python-2.7.8/bin/python2.7 /opt/Pyt
On Tue, 17 Dec 2013 08:10:18 +0530, shankha wrote:
> Hi,
> What is the usually the time taken to run Python tests on a x86 machine
> with 1 GB of RAM?
If I remember correctly from the last time I did it, probably around 20
or 30 minutes. I wasn't really paying attention, so I could be completely
Hi,
What is the usually the time taken to run Python tests on a x86 machine
with 1 GB of RAM?
http://docs.python.org/devguide/
./python -m test -j3
Should it be all PASS ? What is the expected summary of the results. Are
these good:
.3 tests omitted:
test___all__ test_site test_urlli
Hi,
I am following the developers guide in running Python tests. I had few
questions.
1) Say I run the tests and the run got interrupted after few minutes. I
want to start afresh.
Is there a way to get rid of all the test results or intermediate files or
python does the job as and when the test