Logo
Explore Help
Sign In
trianta/rustlings
1
0
Fork 0
You've already forked rustlings
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
d27c12e35d7a1290ad1daccfe69e309da765e810
rustlings/tests/fixture/success/testSuccess.rs
T

6 lines
86 B
Rust
Raw Normal View History

add tests
2019-03-20 21:05:45 +01:00
#[test]
fn passing() {
feat: Add a --nocapture option to display test harnesses' outputs This new feature can be accessed by invoking rustlings with --nocapture. Both unit and integration tests added. closes #262 BREAKING CHANGES: The following function take a new boolean argument: * `run` * `verify` * `test` * `compile_and_test`
2020-06-04 10:31:17 -04:00
println!("THIS TEST TOO SHALL PASS");
add tests
2019-03-20 21:05:45 +01:00
assert!(true);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.0+dev-559-g455dd20365 Page: 30ms Template: 1ms
unavailable
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API