1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/cli/tests/testdata/test/steps
David Sherret 54890ee98b
chore(tests): ability to pattern match unordered lines (#20488)
This adds the ability to pattern match unordered lines. For example, the
downloading messages may appear in any order

```
[UNORDERED_START]
Download https://localhost:4546/a.ts
Download https://localhost:4546/b.ts
[UNORDERED_END]
Hello!
```

Additionally, I've made the pattern matching slightly more strict and the output better.
2023-09-14 16:21:57 +00:00
..
failing_steps.dot.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
failing_steps.out feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
failing_steps.tap.out feat(cli/tools): add TAP test reporter (#14390) (#20073) 2023-08-26 01:19:23 +02:00
failing_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
ignored_steps.dot.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
ignored_steps.out refactor: allocate IDs for tests (#14729) 2022-07-15 13:09:22 -04:00
ignored_steps.tap.out feat(cli/tools): add TAP test reporter (#14390) (#20073) 2023-08-26 01:19:23 +02:00
ignored_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
invalid_usage.out feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
invalid_usage.ts feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
output_within.out chore: fix flaky tests checking ms when CI is slow (#18559) 2023-04-06 23:48:07 +02:00
output_within.ts feat(test): format user code output (#14271) 2022-04-15 14:24:41 +02:00
passing_steps.dot.out feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
passing_steps.out chore: fix flaky tests checking ms when CI is slow (#18559) 2023-04-06 23:48:07 +02:00
passing_steps.tap.out feat(cli/tools): add TAP test reporter (#14390) (#20073) 2023-08-26 01:19:23 +02:00
passing_steps.ts feat: allow first arg in test step to be a function (#17096) 2023-01-24 15:41:01 +01:00