summaryrefslogtreecommitdiffstats
path: root/nixos/tests/codimd.nix
AgeCommit message (Collapse)Author
2020-09-23nixos/codimd: add option `environmentFile` for injecting secretsWilliButz
Secrets are injected from the environment into the rendered configuration before each startup using envsubst. The test now makes use of this feature for the db password.
2019-11-24nixos/codimd: port test to python test-driverMaximilian Bosch
2018-10-10nixos/tests: fix non-determinism for goodWilliButz
2018-09-22nixos/tests/codimd: fix non-deterministic failure (#47179)xeji
Test failed non-deterministically due to an obvious copy/paste error. Fix it and increase wait time to 10s (2s may not be enough on Hydra).
2018-09-17nixos/tests: add test for codimdWilliButz