From 4f4675c6e7f97550bc0bd4992aa0f45d23734b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 27 Mar 2024 07:06:54 +0000 Subject: [PATCH] docs: tests add note for more function --- docs/tests.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/tests.md b/docs/tests.md index a32f37110..2ba1807b9 100644 --- a/docs/tests.md +++ b/docs/tests.md @@ -78,4 +78,7 @@ ncdu 2.2 ## Provided functions for enterTest -- `wait_for_port `: waits for a port to be open \ No newline at end of file +- `wait_for_port `: waits for a port to be open + +If you'd like more functions to be added, take a look at [NixOS tests](https://nixos.org/manual/nixos/stable/#sec-nixos-tests) +and open an issue for what you need. \ No newline at end of file