| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | import testpy | |
| 4 | 4 | ||
| 5 | 5 | def GetConfiguration(context, root): | |
| 6 | - return testpy.AsyncHooksTestConfiguration(context, root, 'async-hooks') | ||
| 6 | + return testpy.ParallelTestConfiguration(context, root, 'async-hooks') | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -165,18 +165,6 @@ def ListTests(self, current_path, path, arch, mode): | |||
| 165 | 165 | SimpleTestCase(test, file_path, arch, mode, self.context, self, self.additional_flags)) | |
| 166 | 166 | return result | |
| 167 | 167 | ||
| 168 | - class AsyncHooksTestConfiguration(SimpleTestConfiguration): | ||
| 169 | - def __init__(self, context, root, section, additional=None): | ||
| 170 | - super(AsyncHooksTestConfiguration, self).__init__(context, root, section, | ||
| 171 | - additional) | ||
| 172 | - | ||
| 173 | - def ListTests(self, current_path, path, arch, mode): | ||
| 174 | - result = super(AsyncHooksTestConfiguration, self).ListTests( | ||
| 175 | - current_path, path, arch, mode) | ||
| 176 | - for test in result: | ||
| 177 | - test.parallel = True | ||
| 178 | - return result | ||
| 179 | - | ||
| 180 | 168 | class AbortTestConfiguration(SimpleTestConfiguration): | |
| 181 | 169 | def __init__(self, context, root, section, additional=None): | |
| 182 | 170 | super(AbortTestConfiguration, self).__init__(context, root, section, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments