Add a unit test to test unit testing

This commit is contained in:
Lennart
2024-02-27 17:35:30 +01:00
parent f8ba0c3600
commit 128e8c5531
3 changed files with 257 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ ical = { version = "0.10", features = ["generator", "serde"] }
chrono = "0.4"
regex = "1.10"
lazy_static = "1.4"
rstest = "0.18.2"