Problem/Motivation
Follow-up from #3257127: Trigger a deprecation message when a deprecated module or theme is enabled. Help topics and REST both need to filter out deprecated modules when discovering things to test.
Steps to reproduce
Proposed resolution
Filter them out. Easy for REST, might need a bit more work for help_topics.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3264435-9.patch | 2.32 KB | catch |
| #9 | 3264435-interdiff-6-9.txt | 1.87 KB | catch |
| #5 | 3264435-4.patch | 1.75 KB | catch |
| #5 | 3264435-4-combined.patch | 2.2 KB | catch |
| #3 | 3264435-combined.patch | 2.84 KB | catch |
Comments
Comment #2
catchComment #3
catchWith the quickedit deprecation.
Comment #5
catchBetter approach to help_topics.
Comment #7
catchThe 16 fails in #5 are expected, those tests need to be marked legacy in #3227033: Remove Quick Edit from core, the the reduction from 18 test fails on #3227033-99: Remove Quick Edit from core shows this is working for rest and help_topics.
Comment #8
spokjeNitpickers gonna nit pick... :)
1.
Can this become
2.
Can the comment above this change become:
Comment #9
catchShould resolve #8.
Comment #10
spokjeI'm happy if TestBot also is being green after the testrun (and we all now it's not easy being...)
Comment #13
gábor hojtsyThanks both!