Show More
@@ -220,8 +220,7 b' class AsyncTest(TestCase):' | |||||
220 | nested_case = nest_case(context, test_case) |
|
220 | nested_case = nest_case(context, test_case) | |
221 |
|
221 | |||
222 | for val, async_safe in vals: |
|
222 | for val, async_safe in vals: | |
223 |
val_should_fail = |
|
223 | val_should_fail = should_fail | |
224 | (async_func and not async_safe)) |
|
|||
225 |
|
224 | |||
226 | test_id = (context_name, test_name, val) |
|
225 | test_id = (context_name, test_name, val) | |
227 | cell = nested_case.format(val=val) |
|
226 | cell = nested_case.format(val=val) |
General Comments 0
You need to be logged in to leave comments.
Login now