Searched refs:unit_tests_ok (Results 1 – 2 of 2) sorted by relevance
21 from dex.utils.UnitTests import unit_tests_ok148 if (options.unittest != 'off' and not unit_tests_ok(context)):
39 def unit_tests_ok(context): function