test(io): move CORS related tests to test_cors.py#4940
Conversation
Moving them to its own module makes sense. The goal is to group related tests. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
I think it should wait for #4868 to come up with a strategy and the target test module structure. I agree |
I agree with that... (Edit: Although, I'm not really opposed to the change here, either - it seems pretty straight-forward, and can't really harm, imho)
... but just to be clear here: This does not introduce a new test-suite. It's still part of |
Do you know about |
|
Yeah, this just puts them to separate module, it always run with I have more ideas with |
Maybe you can give us a quick outline of how you envision to split it up, eventually? This would allow us to judge the current change in light of that. Maybe a different grouping makes more sense, where more/less (probably not the latter in this case) are in one group. |
|
Closing this and opened #4946. |
Moving them to its own module makes sense. The goal is to group related tests and un-bloat
test_io.py.