tests: replace the flat list of contexts with a hash
[?]
Feb 26, 2021, 12:26 AM
4QI6G7YB64IPWRQYGI4D2CEEUGPSVM6MVKUA4VVRKKIEA4D34FEQCDependencies
- [2]
3G475GRTSplit out dependent tests in to its own .t - [3]
3AKZKWCRRunCommand: Test - [4]
UIA3ULNUGive each test its own Nix directories - [5]
E4TV6NH6RunCommand: pass homepage, description, license, system, and nixname - [6]
HX4QYOYAadd first evaluations tests - [7]
HENEI752evaluate-dependent-jobsets: clean up test to be more clear - [8]
OWRS526HCreate an ephemeral PostgreSQL database per test - [9]
5SMQ2PLKFix tests
Change contents
- replacement in tests/build-products.t at line 5
(my $datadir, my $pgsql) = test_init();my %ctx = test_init(); - replacement in tests/evaluate-basic.t at line 6
(my $datadir, my $pgsql) = test_init();my %ctx = test_init(); - replacement in tests/evaluate-dependent-jobsets.t at line 5
(my $datadir, my $pgsql) = test_init();my %ctx = test_init(); - replacement in tests/lib/Setup.pm at line 65
return ($dir, $pgsql);return (tmpdir => $dir,db => $pgsql); - replacement in tests/plugins/runcommand.t at line 8
(my $datadir, my $pgsql) = test_init(my %ctx = test_init(