On Tue, Jan 12, 2016 at 11:15:08PM +0100, Erik Huelsmann wrote:
> Hi all,
>
>
> In an attempt to document our test suite better (of course in preparation
> of soliciting contributions :-) ), I've created what is now at
> https://github.com/ledgersmb/LedgerSMB/tree/master/t#test-file-number-alloca
The goal of the environment variables originally was to provide
high-level configuration for the test suite. I think we are at a
point where this is breaking down a bit.
I would suggest we go with some sort of test.conf file which provides
specific configuration for the tests themselves but use e
Hi Erik,
As Yoda would say,
Done well you have.
One thing that stands out for me, test 63-lwp.t runs on the DB
destructively.
Can I suggest we have a check in the test that it is running against a
*very* specifically named database.
If it's not running against that DB then error out loudly.
I ha