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

Roy Smith roy at panix.com
Sun Jan 12 08:02:11 EST 2014


In article <mailman.5364.1389530289.18130.python-list at python.org>,
 Makoto Kuwata <kwa at 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.



More information about the Python-list mailing list