Skip to content
frac edited this page Sep 13, 2010 · 2 revisions

pyBdd

yeah the name is silly and pretensious but you have to start somewhere

What?

Just a silly project and a dirty hack (so far) to see if I can use a DSL to generate and run tests in python

Why?

Because I didn’t find what I needed so I shut up and coded

Really?

Not exactally. The most excelent pyccuracy almost does what I want, I could rewrite the browser driver to make it run
tests not only browser tests..

Haven’t you heard that BDD in python is done on doctest?

Oh! Thousands of times, ok maybe couple of times, but doctest does not cut for me:

I want to write recipes of test, some thing like login as a user, do this, do that, this should happen.

I try to do that in doctest I don’t fell that it is too much DRY

Clone this wiki locally