generated from rust-vmm/crate-template
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
b037be3 update test_coverage to allow running it on crates Signed-off-by: Andreea Florescu <[email protected]>
- Loading branch information
1 parent
fb4a21a
commit 9ecbaf7
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
Submodule rust-vmm-ci
updated
2 files
+23 −1 | integration_tests/conftest.py | |
+11 −7 | integration_tests/test_coverage.py |
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
#[cfg(test)] | ||
mod tests { | ||
#[test] | ||
fn it_works() { | ||
assert_eq!(2 + 2, 4); | ||
} | ||
pub fn main() { | ||
println!("It works!"); | ||
} |