diff options
| author | mo8it <mo8it@proton.me> | 2024-04-11 15:10:15 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-11 15:10:15 +0200 |
| commit | 864cfa725be9dc78b1b962f13c8b6a0bc971d4c4 (patch) | |
| tree | f7fae8477caaefdf4b11c70088e12a2e7431b609 /tests | |
| parent | e79bc727f07bbe99092f30e66f4df845a2cd2ec5 (diff) | |
Remove outdated tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration_tests.rs | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 51cdefb..f81cc94 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -12,26 +12,6 @@ fn fails_when_in_wrong_dir() { } #[test] -fn verify_all_success() { - Command::cargo_bin("rustlings") - .unwrap() - .arg("verify") - .current_dir("tests/fixture/success") - .assert() - .success(); -} - -#[test] -fn verify_fails_if_some_fails() { - Command::cargo_bin("rustlings") - .unwrap() - .arg("verify") - .current_dir("tests/fixture/failure") - .assert() - .code(1); -} - -#[test] fn run_single_compile_success() { Command::cargo_bin("rustlings") .unwrap() @@ -82,19 +62,6 @@ fn run_single_test_not_passed() { } #[test] -fn run_single_test_no_filename() { - Command::cargo_bin("rustlings") - .unwrap() - .arg("run") - .current_dir("tests/fixture/") - .assert() - .code(2) - .stderr(predicates::str::contains( - "required arguments were not provided", - )); -} - -#[test] fn run_single_test_no_exercise() { Command::cargo_bin("rustlings") .unwrap() |
