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

Herman Sheremetyev herman at swebpage.com
Thu Mar 17 18:17:57 PDT 2011


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
>
>



More information about the testing-in-python mailing list