about summary refs log tree commit diff stats
path: root/tests/common (follow)
Commit message (Collapse)AuthorAge
* tests/common/acme/default.nix: Inline the `acmeScripts`Benedikt Peetz2 days
| | | | | There is just one script, and having it at an accessible entry point is not useful, as the script itself needs to be wrapped.
* tests/{atuin-sync,email-{dns,http},sharkey,taskchampion-sync}: Share acme setupBenedikt Peetz2 days
| | | | | | In the wake of `network-online.target`'s removal from `multi-user.target`, I noticed, that this acme ca setup code is effectively duplicated. This commit now deduplicates it.
* tests/{common,email-dns}: Move last part of acme and dns handling to commonBenedikt Peetz2025-04-22
| | | | This makes re-using it even easier.
* tests/email-dns: Factor out all of the secrets/acme stuff into a common dirBenedikt Peetz2025-04-22
This makes it easier to re-use this test data for various tests.