293
293
"""Tests for the test adaption facilities."""
295
295
def test_adapt_applies_scenarios(self):
297
297
input_test = TestTestScenarioApplier("test_adapt_test_to_scenario")
298
298
adapter = TestScenarioApplier()
299
299
adapter.scenarios = [("1", "dict"), ("2", "settings")]