Not a particularly pressing concern, but easy to fix: Our Kernel tests are currently not very organized, almost all of them just in the root namespace which is now getting pretty crowded. To make it easier to find specific tests, I think it would be great if we could group them in a few broad categories/sub-namespaces.
Covnersely, I don't think it's useful to have the LocalTasksTest Unit test alone in its own namespace – especially with the parent namespace also only having a single test class.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2898082-6--reorganize_test_namespaces.patch | 26.36 KB | drunken monkey |
Comments
Comment #2
borisson_idea++
Comment #3
drunken monkeyGood to hear! How about this?
Comment #5
borisson_Looks solid from the screenshots! Do we need to coordinate this with markus or do they only extend our web tests?
Comment #6
drunken monkeyThis should fix those test fails. Didn't think of that, of course.
Good point about Markus, thanks for thinking of that! They do extend some Kernel tests in the Solr module, too, yes – however, it seems that's only the processor tests, which we didn't move anyways. So, it seems this should be fine.
But maybe Markus still want to look over it. I'll ping him.
Comment #7
drunken monkeyAdded a change record.
Comment #9
drunken monkeyMarkus is fine with it, so: committed.
Thanks again for your input!