mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #36] [MERGED] test: add integration tests #436
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/36
Author: @sigoden
Created: 6/12/2022
Status: ✅ Merged
Merged: 6/12/2022
Merged by: @sigoden
Base:
main← Head:tests📝 Commits (6)
bc05664test: add integration testse82fe99add more tests85b7deafix bind_fails test6809cd5fix bind_ipv4_ipv6103a76dfix clippye0476b2fix clippy📊 Changes
21 files changed (+2637 additions, -94 deletions)
View changed files
📝
Cargo.lock(+1366 -56)📝
Cargo.toml(+13 -1)📝
src/args.rs(+4 -4)📝
src/server.rs(+77 -33)➕
tests/allow.rs(+61 -0)➕
tests/auth.rs(+38 -0)➕
tests/bind.rs(+80 -0)➕
tests/cors.rs(+37 -0)➕
tests/data/cert.pem(+29 -0)➕
tests/data/generate_tls_certs.sh(+3 -0)➕
tests/data/key_pkcs1.pem(+51 -0)➕
tests/data/key_pkcs8.pem(+52 -0)➕
tests/favicon.rs(+25 -0)➕
tests/fixtures.rs(+191 -0)➕
tests/http.rs(+184 -0)➕
tests/path_prefix.rs(+30 -0)➕
tests/render.rs(+35 -0)➕
tests/symlink.rs(+46 -0)➕
tests/tls.rs(+51 -0)➕
tests/utils.rs(+61 -0)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.