diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/depres.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/depres.py b/tests/depres.py index 7a0af6c..77a6857 100644 --- a/tests/depres.py +++ b/tests/depres.py @@ -42,6 +42,12 @@ class DepresTestCase ( tests.interface.RoverlayInterfaceTestCase ): "depres", roverlay.interface.depres.DepresInterface, force=True ) cls.DEPRES_INTERFACE = cls.ROOT_INTERFACE.spawn_interface ( "depres" ) + cls.DEPRES_INTERFACE.set_greedy ( False ) + # for now, tuples are expected when running tests + # (AssertEquals ( <expected result>, <result> ) + # + cls.DEPRES_INTERFACE.want_tuple = True + # --- end of setUpClass (...) --- def setUp ( self ): #ref |