Welcome to Morelia!¶
Morelia is a Python Behavior Driven Development (BDD [1]) library.
BDD is an agile software development process that encourages collaboration between developers, QA and business participants.
Test scenarios written in natural language make BDD foundation. They are comprehensible for non-technical participants who wrote them yet unambiguous for developers and QA.
Morelia makes it easy for developers to integrate BDD into their existing unittest frameworks. It is easy to run under pytest, nose, tox or integrate with django, flask or any other python framework because no special code have to be written.
You as developer are in charge of how tests are organized. No need to fit into rigid rules forced by some other BDD frameworks.
Mascot:
If you’re scenario writer (product owner/product manager/professional tester) we recommended reading the:
Tutorial for scenario writers and then
Gherkin language reference when you need to create some more advanced scenarios
If you’re programmer we recommended reading the:
Quick usage guide and then
Contents¶
- Installation
- Quick usage guide
- Gherkin language reference
- Tutorial for scenario writers
- API
- Contributing
- Credits
- Version History
- Version: Unreleased
- Version: 0.9.2 (2019-07-11)
- Version: 0.9.1 (2019-06-25)
- Version: 0.9.0 (2019-06-23)
- Version: 0.8.3 (2019-04-16)
- Version: 0.8.2 (2019-04-12)
- Version: 0.8.1 (2019-04-11) [YANKED]
- Version: 0.8.0 (2019-02-09)
- Version: 0.7.3 (2019-07-15)
- Version: 0.7.2 (2019-07-11)
- Version: 0.7.1 (2019-01-15)
- Version: 0.6.5 (2016-10-12)
- Version: 0.6.3 (2016-07-10)
- Version: 0.6.2 (2016-06-10)
- Version: 0.6.1 (2016-03-29)
- Version: 0.6.0 (2016-03-28)
- Version: 0.5.2 (2016-02-21)
- Version: 0.5.1 (2016-02-20)
- Version: 0.5.0 (2015-05-30)
- Version: 0.4.2 (2015-05-10)
- Version: 0.4.1 (2015-05-07)
- Version: 0.4.0 (2015-04-26)
- Version: 0.3.0 (2015-04-14)
- Version: 0.2.1 (2015-04-06)
Indices and tables¶
Footnotes