The RelaxTestLoader has been added as a replacement for unittest.TestLoader.
This empty class will in the end handle the skipping of tests when Python packages optional for
relax are not installed. The unit_test_runner uses this class if it can import it, otherwise it
falls back to unittest.TestLoader to allow for non-relax usage.