Skip to content

Commit

Permalink
Merge pull request #51 from seapagan/add_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seapagan authored Jan 13, 2025
2 parents 99f1f41 + add1022 commit 9d0e067
Show file tree
Hide file tree
Showing 10 changed files with 1,556 additions and 3 deletions.
214 changes: 213 additions & 1 deletion Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ config = "0.15.4"
serde = { version = "1.0.215", features = ["derive"] }
dirs-next = "2.0.0"
strip-ansi-escapes = "0.2.0"

[dev-dependencies]
tempfile = "3.8.1"
assert_cmd = "2.0.12"
predicates = "3.0.4"
filetime = "0.2.23"
Loading

0 comments on commit 9d0e067

Please sign in to comment.