[PR #36] [MERGED] test: add integration tests #436

Closed
opened 2026-04-08 16:52:55 +03:00 by zhus · 0 comments
Owner

📋 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: mainHead: tests


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/36 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/12/2022 **Status:** ✅ Merged **Merged:** 6/12/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `tests` --- ### 📝 Commits (6) - [`bc05664`](https://github.com/sigoden/dufs/commit/bc056642f412556787b38f3b4381b2a3f56e30b0) test: add integration tests - [`e82fe99`](https://github.com/sigoden/dufs/commit/e82fe996c5611b29f9d03cca0f4f7d444cefc052) add more tests - [`85b7dea`](https://github.com/sigoden/dufs/commit/85b7deaab14a992d7d3e18c4b07f8b649bafb111) fix bind_fails test - [`6809cd5`](https://github.com/sigoden/dufs/commit/6809cd553080114fc2721c4407217e5482a1a4d8) fix bind_ipv4_ipv6 - [`103a76d`](https://github.com/sigoden/dufs/commit/103a76d37198c5eacaa5721d35113be911f012f2) fix clippy - [`e0476b2`](https://github.com/sigoden/dufs/commit/e0476b2ecc03c99902d6e56c0935ae99fd2b6fbb) fix clippy ### 📊 Changes **21 files changed** (+2637 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:52:55 +03:00
zhus closed this issue 2026-04-08 16:52:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#436