Refactor large Rust integration tests
Deploy / deploy (push) Successful in 1m35s
CI / Rust Checks (push) Failing after 5m44s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped

This commit is contained in:
github-ops
2026-06-21 07:12:33 +00:00
parent d01c8e1f1a
commit a31862aeeb
23 changed files with 6119 additions and 5284 deletions
+1 -1
View File
@@ -66,8 +66,8 @@ class RustCodeHealthCheckTests(unittest.TestCase):
"mod tests {",
" #[test]",
" fn works() { assert!(super::ok()); }",
*[" // test debt" for _ in range(8)],
"}",
*["// test debt" for _ in range(8)],
]
)
(root / "crates" / "demo" / "src" / "lib.rs").write_text(