hydra/t/lib
Pierre Bourdon 6189ba9c5e
web: replace 'errormsg' with 'errormsg IS NULL' in most cases
This is implement in an extremely hacky way due to poor DBIx feature
support. Ideally, what we'd need is a way to tell DBIx to ignore the
errormsg column unless explicitly requested, and to automatically add a
computed 'errormsg IS NULL' column in others. Since it does not support
that, this commit instead hacks some support via method overrides while
taking care to not break anything obvious.
2024-04-12 20:14:09 +02:00
..
CliRunners.pm web: replace 'errormsg' with 'errormsg IS NULL' in most cases 2024-04-12 20:14:09 +02:00
HydraTestContext.pm More CA derivations prep 2024-01-25 21:32:22 -05:00
LDAPContext.pm LDAPContext: take a root_password argument or generate one 2022-02-11 11:02:04 -05:00
Setup.pm captureStdoutStderr*: move to Hydra::Helper::Exec which helps avoid some environment variable fixation problems 2022-02-09 14:28:50 -05:00
TestScmInput.pm tests: move to t, allow yath test from root 2021-03-05 09:49:06 -08:00