TST: Sort test examples to debug more easily

This commit is contained in:
Freddie Vargus
2017-05-31 21:25:55 -04:00
parent 5c6fe19e8e
commit d9d41e3bb7
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,