| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
It was not enough to move the schema to a separate
run, the two fixtures need to be separate too.
|
| |
|
|
|
|
|
| |
Upgrade Test::PostgreSQL, which fixes a bug delaying the end
of test running, and introduces a nicer setup mechanism.
|
| |
|
|
|
|
| |
This means variables do not need decoding in a few places.
|
|
|
|
|
| |
We keep the internal states hardcoded, plus the core open (confirmed)
and closed ones, but the remainder are moved to the database.
|
|
|
|
|
|
|
| |
Given a set of config files of the format `conf/general-{cobrand}.yml`
this script lets you easily create and recreate a symlink at
`conf/general.yml` that points to the cobrand config of your choice. The
test suite also then uses this naming convention.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This allows multiple test suites to run simultaneously (beforehand, a
second run would overwrite the same config file and lose its database
connection).
Clean up the created config file on exit.
|
|
|
|
| |
As that's what it does; and use it in Travis.
|
|
Fixes #786.
|