Oktest
News
- [2011-11-20] Oktest.py 0.11.0 released
- [2011-11-07] Oktest.py 0.10.0 released
- [2011-10-25] Oktest.pl 0.0102 released
- [2011-10-24] Oktest.pl 0.0100 released
- [2011-08-27] Oktest.py 0.9.0 released
- [2011-08-17] Oktest.js 0.1.0 released
Introduction
| Fig: New-style assertion in Oktest |
|
Oktest is a new-style testing library for Python, JavaScript (node.js), Perl, and so on.
Features:
- New assertion style
- easier to read and write than assertXxxx()
- Structured test cases
- use closure instead of TestCase class
- Fixture injection
- more flexible than setUp() and tearDown()
Documents and Links
- Python
-
- Installation
$ easy_install Oktest # or pip install Oktest
- Download from PyPI
- Oktest-0.11.0.tgz (2011-11-20 released)
- Documents
- Installation
- JavaScript (Node.js)
-
- Installation
$ npm install oktest
- Download from npmjs.org
- oktest-0.1.0.tgz (2011-08-17 released)
- Documents
- coming soon!
- Installation
- Perl
-
- Installation
$ cpanm Oktest
- Download from CPAN
- Oktest-0.0102.tar.gz (2011-10-25 released)
- Documents
- Installation
License
MIT License