7ccfa1c1dd7f4665efef1cddecccad45a639055b
Steady Mark
Markdown files + python snippets = regression tests
Steady Mark was created for python developers that love Github and markdown.
How it works:
Write your documentation using github-flavored markdown, surround your snippets with python code blocks and steadymark will automatically find and run them, if there is a header preceeding your python snippet it will be used as title for your test.
Example
Given the following README.md:
# My project name
`version 0.1`
## usage
```python
from mylibrary import whatever
whatever.awesome()
```
Just run with:
$ steadymark README.md
Description
Languages
Python
98.3%
Makefile
1.7%
