TST: Sort test examples to debug more easily

This commit is contained in:
Freddie Vargus
2017-05-31 21:25:55 -04:00
parent 776677fcdf
commit f957545e47
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -55,7 +55,7 @@ class ExamplesTests(WithTmpDir, ZiplineTestCase):
)
@parameterized.expand(examples.EXAMPLE_MODULES)
@parameterized.expand(sorted(examples.EXAMPLE_MODULES))
def test_example(self, example_name):
actual_perf = examples.run_example(
example_name,