Skip to content

Fix raven.py tests

There have been a number of bugs in raven.py recently that were not caught until end-to-end tests were performed after changes were merged. This merge request is meant to reduce these bugs by catching them at the development stage by updating the unittests to increasing the functions/set of parameters that are tests. Also some older bits were removed that helped test older versions of the code.

Merge request reports