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


Groups > comp.lang.python > #63768

Re: [ANN] Oktest.py 0.12.0 released - a new-style testing library

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: [ANN] Oktest.py 0.12.0 released - a new-style testing library
Date 2014-01-12 08:02 -0500
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-D9BDA2.08021112012014@news.panix.com> (permalink)
References <mailman.5364.1389530289.18130.python-list@python.org>

Show all headers | View raw


In article <mailman.5364.1389530289.18130.python-list@python.org>,
 Makoto Kuwata <kwa@kuwata-lab.com> wrote:

> Hi,
> 
> I released Oktest 0.12.0.
> https://pypi.python.org/pypi/Oktest/

Wow, this looks neat.  We use nose, but I'm thinking your ok() style 
exceptions should work just fine with nose.  Just the notational 
convenience alone is worth it.  Typing "ok(x) <= 1" is so much nicer 
than "assert_less(x, 1)".

Unfortunately, I was unable to download it.  There seems to be a broken 
redirect at pypi:

$ wget 
http://pypi.python.org/packages/source/O/Oktest/Oktest-0.12.0.tar.gz
--2014-01-12 07:57:01--  
http://pypi.python.org/packages/source/O/Oktest/Oktest-0.12.0.tar.gz
Resolving pypi.python.org (pypi.python.org)... 199.27.72.184, 
199.27.72.185
Connecting to pypi.python.org (pypi.python.org)|199.27.72.184|:80... 
connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: 
https://pypi.python.org/packages/source/O/Oktest/Oktest-0.12.0.tar.gz 
[following]
--2014-01-12 07:57:01--  
https://pypi.python.org/packages/source/O/Oktest/Oktest-0.12.0.tar.gz
Connecting to pypi.python.org (pypi.python.org)|199.27.72.184|:443... 
connected.
HTTP request sent, awaiting response... 404 Not Found
2014-01-12 07:57:02 ERROR 404: Not Found.

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


Thread

[ANN] Oktest.py 0.12.0 released - a new-style testing library Makoto Kuwata <kwa@kuwata-lab.com> - 2014-01-12 21:38 +0900
  Re: [ANN] Oktest.py 0.12.0 released - a new-style testing library Roy Smith <roy@panix.com> - 2014-01-12 08:02 -0500

csiph-web