Refactor large Rust integration tests
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user