Lines Matching full:would
38 suite. This would allow formats that anticipate large test suites to manage
50 represented each test suite by the path to its suite, then it would allow more
62 It would be really nice if we could allow test formats and test suites to add
66 formats to be registered in order to have options, but for test suites we would
81 which would be relatively easy to implement with optparser (I think).
120 (because they use features specific to bash). We would need to rewrite these
130 We could make this distinction part of the core infrastructure and that would
135 * This would provide a clear place to insert subtest support, because the
137 core. That would provide part of the infrastructure to parallelize them, for
138 example, and would probably interact well with other possible features like
144 subtests without having executed the test. Supporting such formats would
147 would mean we are forced into supporting subtests as return values from the
168 running tests. This would allow us to implement platform specific methods
171 job objects. This would not only allow us to remove the dependency on the
172 ``psutil`` module but would also be more reliable as the