diff --git a/complement/Dockerfile b/tests/complement/Dockerfile similarity index 100% rename from complement/Dockerfile rename to tests/complement/Dockerfile diff --git a/complement/README.md b/tests/complement/README.md similarity index 100% rename from complement/README.md rename to tests/complement/README.md diff --git a/tests/test-config.toml b/tests/test-config.toml deleted file mode 100644 index c4666878..00000000 --- a/tests/test-config.toml +++ /dev/null @@ -1,15 +0,0 @@ -[global] - -# Server runs in same container as tests do, so localhost is fine -server_name = "localhost" - -# With a bit of luck /tmp is a RAM disk, so that the file system does not become the bottleneck while testing -database_path = "/tmp" - -# All the other settings are left at their defaults: -port = 6167 -max_request_size = 20_000_000 -allow_registration = true -trusted_servers = ["matrix.org"] -address = "127.0.0.1" -proxy = "none" \ No newline at end of file