Opened 12 years ago
Closed 12 years ago
#699 closed defect (fixed)
Set up tests that use different plugins and media types to use their own config
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.0 |
Component: | programming | Keywords: | pluginapi |
Cc: | Parent Tickets: |
Description
Now that we can (in theory) support it, it should happen that different sets of tests that need their own specially configured mediagoblin apps actually take advantage of this.
Change History (3)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 12 years ago
For documentation, here's what's tricky about this: our celery init stuff!
Basically the way it gets inited is very... goofy. I've been thinking of changing it so we don't use weird environment variables to set it up but I'm not sure how that would look for sure until I try to implement it.
comment:3 by , 12 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
Fixed! This is now in master. A bunch of nasty old environment variable related hacks are now also gone.
Note, there are currently some bugs involved in this I'm finding, so I'll claim this and fix those along the way :)