Skip to main content

A DSL Testing Framework for nicer, (beautiful!) readable BDD tests

Project description

now with 0 calorie syntactic sugar!

installation done right

Avoid using easy_install or you will get rid of the speed that konira is enabled with at the command line.

Use pip instead.

pip install konira

Konira - A Python DSL Testing Framework

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.

What does a test case look like?

describe "a very simple test case for my_module":

    it "has a foo property that is True":
        assert my_module.foo

But this is not valid Python!

I hear you. It is a DSL. All tests need to specify the konira encoding at the top and they can be executed with the included command line tool.

fast and readable action in the terminal

$ konira

a very simple test case for my_module
    It has a foo property that is True


All specs passed in 0.000 secs.

Are you sold yet?

Full docs can be found at http://konira.rtfd.org If you have any ideas or suggestions ping me @alfredodeza

The name

Konira is one of the names of an ancient Inca God. Konira Wirakocha diguised as a traveler in rags. A trickster, a prankster. No one knew who he was, and the people he passed called him names. Yet as he walked, he created. With a word he made the fields and terraced hillsides. Dropping a reed blossom, he made water flow.

This is a DSL, it looks like Python - it mostly is, but it packs simplicity and makes testing look good and easy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

konira-0.0.1.tar.gz (23.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page