[TIP] [ANN] Konira: A Testing Framework DSL

Michael Ruggiero mjamesruggiero at gmail.com
Thu Mar 17 19:04:59 PDT 2011


I thought it was a really interesting idea.

On Thu, Mar 17, 2011 at 6:17 PM, Herman Sheremetyev <herman at swebpage.com> wrote:
> describe "konira":
>  it "looks like another python rspec clone":
>    try:
>      foo.equals 3
>    except:
>      print "whoops, still can't make python into ruby"
>
> Sorry, couldn't help myself :)
>
> FWIW, I like the "coding" trick, looks pretty neat.
>
> -Herman
>
> On Thu, Mar 17, 2011 at 11:14 PM, Alfredo Deza <alfredodeza at gmail.com> wrote:
>> After surviving the BoF presentation of Konira I decided to finish
>> up the documentation and get the test coverage to an acceptable
>> state to finally get it released [0]
>> Konira is a tool that allows you to write minimalistic
>> descriptions for testing scenarios and unit tests.
>> It is flexible enough to accommodate Behavioral Driven
>> Development as well as traditional Unit Testing.
>> The first version packs a test runner and the actual DSL
>> implementation.
>> It is well tested (the tool tests itself, how meta...) and
>> well documented [1]
>> I'm hoping to get some more feedback although overall feedback
>> was very positive at PyCon.
>> Try it out and let me know what you think.
>> Thanks!
>> Alfredo
>> [0] http://pypi.python.org/pypi/konira/0.0.1
>> [1] http://konira.readthedocs.org/en/latest/index.html
>> _______________________________________________
>> testing-in-python mailing list
>> testing-in-python at lists.idyll.org
>> http://lists.idyll.org/listinfo/testing-in-python
>>
>>
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>



More information about the testing-in-python mailing list