> Please try to add tests as you go.
> 
> If we add a few ENV overrides for the configuration directory location
> it should be possible to test plugins (and the plugins mechanism)
> too...

It might be cleaner to get rid of the ENV overrides and genericize out
the configuration (like you wanted to do at work, Ask) so we can test
pieces independently.

Plugin testing should only require Plugin and Config.

Otherwise you end up with lots of different configuration files for
each test, which is a pain to maintain.

-R

Reply via email to