-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae6bfe1
commit 7248b76
Showing
6 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
tests/snapshots/cli__well_tested_tree_finds_no_problems__caught.txt.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
source: tests/cli.rs | ||
expression: content | ||
--- | ||
src/inside_mod.rs:3: replace outer::inner::name with Default::default() | ||
src/methods.rs:16: replace Foo::double with () | ||
src/methods.rs:22: replace <impl Display for Foo>::fmt with Ok(Default::default()) | ||
src/methods.rs:28: replace <impl Debug for &Foo>::fmt with Ok(Default::default()) | ||
src/nested_function.rs:1: replace has_nested with Default::default() | ||
src/nested_function.rs:2: replace has_nested::inner with Default::default() | ||
src/result.rs:5: replace simple_result with Ok(Default::default()) | ||
src/result.rs:9: replace error_if_negative with Ok(Default::default()) | ||
src/simple_fns.rs:7: replace returns_unit with () | ||
src/simple_fns.rs:12: replace returns_42u32 with Default::default() | ||
src/simple_fns.rs:17: replace divisible_by_three with true | ||
src/simple_fns.rs:17: replace divisible_by_three with false | ||
src/simple_fns.rs:26: replace double_string with "".into() | ||
src/simple_fns.rs:26: replace double_string with "xyzzy".into() | ||
src/struct_with_lifetime.rs:14: replace Lex<'buf>::buf_len with Default::default() | ||
|
5 changes: 5 additions & 0 deletions
5
tests/snapshots/cli__well_tested_tree_finds_no_problems__missed.txt.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: tests/cli.rs | ||
expression: content | ||
--- | ||
|
5 changes: 5 additions & 0 deletions
5
tests/snapshots/cli__well_tested_tree_finds_no_problems__timeout.txt.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: tests/cli.rs | ||
expression: content | ||
--- | ||
|
5 changes: 5 additions & 0 deletions
5
tests/snapshots/cli__well_tested_tree_finds_no_problems__unviable.txt.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: tests/cli.rs | ||
expression: content | ||
--- | ||
|