in reply to Re: Packaging and testing a module which requires a database
in thread Packaging and testing a module which requires a database

Thanks for your reply. I've got a Config module that loads from a config file (in YAML, as it should be :-). That's not a bad way to do it.

But the more I think about it, it seems like The Right Way is to use some lightweight RAM or filesystem data source. Which I need to implement anyway. The Intermediate Way will likely be chromatic's envinromental variable suggestion.
  • Comment on Re: Re: Packaging and testing a module which requires a database