Skip to content

Commit

Permalink
Merge pull request #239 from dandi/davtests
Browse files Browse the repository at this point in the history
Test handling of `PROPFIND` requests
  • Loading branch information
jwodder authored Jan 30, 2025
2 parents b364f64 + 50ecf76 commit 336066d
Show file tree
Hide file tree
Showing 17 changed files with 1,752 additions and 152 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ publish = false

[dependencies]
itertools = "0.14.0"
quick-xml = { version = "0.37.2", features = ["serialize"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
soupy = { version = "0.8.3", default-features = false, features = ["html"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/testutils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
mod mockarchive;
mod parsehtml;
mod parsexml;
pub use crate::mockarchive::*;
pub use crate::parsehtml::*;
pub use crate::parsexml::*;
Loading

0 comments on commit 336066d

Please sign in to comment.