Opened 12 years ago
Last modified 8 years ago
#467 accepted enhancement
write test scaffolding for core plugins
Reported by: | Will Kahn-Greene | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | test |
Cc: | Emma.C.Echo@… | Parent Tickets: |
Description
The core plugins need some additional test scaffolding to make it easier to write core plugin tests.
Why?
Well, so, the problem is that mediagoblin configuration is global and also which plugins are running is also global. There's a bunch of setup/cleanup that needs to get done. It should go in scaffolding to make it easier to deal with.
Change History (4)
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 11 years ago
Status: | new → accepted |
---|
comment:3 by , 11 years ago
Keywords: | test added |
---|
comment:4 by , 8 years ago
Hi Will,
This sounds like a good idea, but I suspect that there's not yet enough concrete detail here for anyone, other than you, to attempt the work. I see that LotusEcho has requested more information about 4 years ago but had no response. Any chance you could provide some guidance, or stub out some of the code?
Cheers,
Ben
So what exactly is it that you are looking for? You want some functions, etc, added to the test framework to help do setup/cleanup for core plugins? Would you want the framework to detect which plugins were installed?