agate/tests
Johann150 b0d0f64be0
actually bind to multiple addresses
resolves #63

This now causes an error message with the default bindings because on Linux
binding to both IPv6's [::] and IPv4's 0.0.0.0 results in a "port in use" error
2021-07-18 11:30:17 +02:00
..
data Add regression test for directory traversal 2021-06-08 08:22:42 +02:00
README.md add some information about tests 2021-04-08 23:44:35 +02:00
tests.rs actually bind to multiple addresses 2021-07-18 11:30:17 +02:00

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.