[TIP] [ANN] Konira 0.2.0 a Python Testing DSL Framework

Alfredo Deza alfredodeza at gmail.com
Wed Sep 7 17:19:11 PDT 2011


I've just made a new release of Konira, a testing DSL framework [0].

This version packs a few things:

* collection matching via regexes (if you want to avoid case_*.py)
* actual Windows support
* Python2.5, 2.6, 2.7, PyPy 1.5 and 1.6 passing tests (thanks tox!)
* removes `encoding` hack (it now works as a "normal" DSL)
* 10% speed improvement. Which is ridiculous at 0.0006s per test on average.

It also allows the use of `py.test` to execute tests via the
pytest-konira package [1]

Konira is very well tested and is very well documented [2]. The actual
project is hosted
at Github where you can add issues and requests [3]

If you try it out, let me know what you think!

[0] http://pypi.python.org/pypi/konira
[1] http://pypi.python.org/pypi/pytest-konira
[2] http://konira.cafepais.com/docs/index.html
[3] https://github.com/alfredodeza/konira



More information about the testing-in-python mailing list