From b6122cd2c045c48d288e12f73ecdaeb7f358b743 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Thu, 8 Apr 2021 23:44:35 +0200 Subject: [PATCH] add some information about tests --- tests/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..d8112da --- /dev/null +++ b/tests/README.md @@ -0,0 +1,5 @@ +# Tests for the Agate gemini server + +This folder contains some tests and data used for these tests. Although care is taken to remove any interdependencies between these tests, these may happen. If you want to be on the safe side you could use `cargo test -- --test-threads=1` to run the tests sequentially. + +Also note that you should **NEVER USE THE CERTIFICATE AND KEY DATA PROVIDED HERE** since it is public.