* Fix crash when a file has functions without examples. * Exception test cases have arguments as python objects.
0.2.0
* Added `pytest`. * Added `pytest-cov`
0.1.5
* Added assertRaises test-case when an example is prepended with `!!` syntax instead of `n)` where `n` is a natural number.
0.1.3
* Uses pytest instead of unittests * Shows coverage path using `file://` protocol
0.1.1
Logger - Fixed module not found error
Example syntax - Fixed crashes on missing separator. - Fixed crashes on syntax error in code: When the watcher detects changes in a file, due to the presence of incomplete code, the ast fails to parse resulting in a crash.