Skip to content

Commit

Permalink
Merge pull request #16 from rust-lang-ar/implement_tests
Browse files Browse the repository at this point in the history
Add tests for stages 0, 1, 2, 3, and 5
  • Loading branch information
nicoan authored Oct 25, 2024
2 parents b4e0ef6 + 7ecfd90 commit 5c400d4
Show file tree
Hide file tree
Showing 10 changed files with 443 additions and 9 deletions.
291 changes: 289 additions & 2 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ bytes = "1.3"
thiserror = "1.0"
clap = "4.5.20"

[dev-dependencies]
rstest = "0.23.0"

[lints.rust]
unsafe_code = "forbid"

[features]
stage0 = []
stage1 = []
stage2 = []
stage3 = []
stage5 = []
1 change: 1 addition & 0 deletions test_dir/not_hidden_file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello!
1 change: 1 addition & 0 deletions test_dir/not_hidden_file_symlink
Loading

0 comments on commit 5c400d4

Please sign in to comment.