Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90551

Re: Testing build

References <8738307fdz.fsf@Equus.decebal.nl>
Date 2015-05-14 00:12 +1000
Subject Re: Testing build
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.443.1431526372.12865.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, May 13, 2015 at 11:53 PM, Cecil Westerhof <Cecil@decebal.nl> wrote:
> To be clear I did not built Python yet, I used the versions installed
> on my system. (3.4.1 and 2.78)
>
> After looking at:
>     https://docs.python.org/devguide/
>
> I executed first:
>     python3 -m test -j3
> which gave:
>     a1: [6.435562750993995, 6.446765303000575, 6.405053696988034]
>     a2: [4.437405036995187, 4.101042214999325, 4.112324360001367]
>     a3: [4.096015618008096, 4.123215412007994, 4.108890180999879]
>     [1, 5, 6, 9, 11, 13, 19, 20, 28, 30, 34, 38, 39, 40, 42, 49, 52, 53, 57, 58, 62, 63, 66, 68, 72, 73, 74, 76, 78, 82, 83, 85, 86, 88, 96, 98, 102, 105, 109, 110, 114, 118, 121]
>     [1, 5, 6, 9, 11, 13, 19, 20, 28, 30, 34, 38, 39, 40, 42, 49, 52, 53, 57, 58, 62, 63, 66, 68, 72, 73, 74, 76, 78, 82, 83, 85, 86, 88, 96, 98, 102, 105, 109, 110, 114, 118, 121]
>     [1, 5, 6, 9, 11, 13, 19, 20, 28, 30, 34, 38, 39, 40, 42, 49, 52, 53, 57, 58, 62, 63, 66, 68, 72, 73, 74, 76, 78, 82, 83, 85, 86, 88, 96, 98, 102, 105, 109, 110, 114, 118, 121]
>
> What is the meaning of this?

Do you have a directory named 'test' or a file named 'test.py' in the
current directory? If so, it'll be loading that up instead of the
standard library 'test' module.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Testing build Cecil Westerhof <Cecil@decebal.nl> - 2015-05-13 15:53 +0200
  Re: Testing build Chris Angelico <rosuav@gmail.com> - 2015-05-14 00:12 +1000
    Re: Testing build Cecil Westerhof <Cecil@decebal.nl> - 2015-05-13 17:18 +0200
      Re: Testing build Chris Angelico <rosuav@gmail.com> - 2015-05-14 01:45 +1000
        Re: Testing build Cecil Westerhof <Cecil@decebal.nl> - 2015-05-13 19:15 +0200

csiph-web