Skip to content

Remove redudant use of unittest module

Markus Kristensson requested to merge markus/remove_unittest_module into master

Running pytest with classes does not require the use of the unittest python module.

Merge request reports