expecttest
01Cursor rule Cursor
We use expecttest for testing. If you need to match against a multiline string or some output that is likely to change in the future (e.g., the kind of thing you would have ordinarily done an assertIn with), use an expect test. If a test is assertExpectedInline and it fails, use 'accept' command to update the output…
1.6k 8mo ago A 0 tokens
original Apache-2.0