mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 23:36:09 +08:00
TST: Sort test examples to debug more easily
This commit is contained in:
Binary file not shown.
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user