mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
add some information about tests
This commit is contained in:
parent
a650f24d24
commit
b6122cd2c0
1 changed files with 5 additions and 0 deletions
5
tests/README.md
Normal file
5
tests/README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue