Pyccuracy is a Behavior-Driven Acceptance Testing framework.
A typical Pyccuracy test would be something like:
As a Google User
I want to search Google
So that I can test Pyccuracy
Scenario 1 - Searching for Hello World
Given
I go to "http://www.google.com"
When
I fill "q" textbox
... [More] with "Hello World"
And I click "btnG" button
Then
I see "Hello World - Google Search" title [Less]
Sponge is a pythonic web framework built on top of CherryPy.
Its goal is to provide a very clean and simple environment to create agile web applications.
Dead Parrot is a RESTful framework based in the declarative approach of Django models, in which you describe a class and it's fields, to be serialized/deserialized in many formats (for now, xml and json).
The project have been concepted to allow the developer to write their own format-style or
... [More] serializer, deal with data validation and so on, without even needing the whole Django stack.
I't have also been concepted to offer a standalone web server, based on cherrypy, to serve the resources, and to consume that resources through a client layer, that's also based in the Django queryset manager.
Why "Dead Parrot"?
The name is a tribute to one of my favorites Monty Python's sketch. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy