Searched refs:test_style (Results 1 – 6 of 6) sorted by relevance
97 for test_style in test_styles:100 if test_style == 'all_random':102 elif test_style == 'rg_same':104 elif test_style == 'rb_same':106 elif test_style == 'gb_same':108 elif test_style == 'rgb_same':112 raise AssertionError('Invalid test style: %s' % (test_style))157 for test_style in test_styles:160 if test_style == 'all_random':162 elif test_style == 'rg_same':[all …]
269 for test_style in test_styles:272 if test_style == "all_random":274 elif test_style == "rg_same":276 elif test_style == "rb_same":278 elif test_style == "gb_same":280 elif test_style == "rgb_same":284 raise AssertionError("Invalid test style: %s" % (test_style))382 for test_style in test_styles:385 if test_style == "all_random":387 elif test_style == "rg_same":[all …]
444 for test_style in test_styles:447 if test_style == "all_random":449 elif test_style == "rg_same":451 elif test_style == "rb_same":453 elif test_style == "gb_same":455 elif test_style == "rgb_same":459 raise AssertionError("Invalid test style: %s" % (test_style))925 for test_style in test_styles:928 if test_style == "all_random":930 elif test_style == "rg_same":[all …]
43 def test_style(self): member in StandardTtkOptionsTests
41 def test_style(self): member in StandardTtkOptionsTests
4014 def test_style(self): member in BasicConfigTest