GaudiKernel: migrate tests to pytest and various fixes
Compare changes
- Frank Winklmeier authored
Fix the cleanup function and extend the test to `dict` and `list` proprties. Also migrate to `pytest` fixtures and exception handling.
@@ -8,16 +8,19 @@
@@ -27,7 +30,10 @@ class MyAlg(ConfigurableAlgorithm):
@@ -41,10 +47,14 @@ def test_correct():
@@ -56,51 +66,34 @@ def test_str_from_datahandle():