agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit b6122cd2c045c48d288e12f73ecdaeb7f358b743
parent a650f24d242d4ee217001665497edccc6d84284c
Author: Johann150 <johann@qwertqwefsday.eu>
Date:   Thu,  8 Apr 2021 23:44:35 +0200

add some information about tests
Diffstat:
Atests/README.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/README.md 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.