Ross Sullivan
92d9a94d02
chore: Migrated testsuite to testsuite::prelude
2025-06-25 22:37:24 +09:00
Alexander Sergeev
59b11a78e4
feat: use default value for term.progress
2025-03-09 23:20:11 +03:00
Weihang Lo
425858c742
refactor: control byte display precision with std::fmt options
2025-02-28 08:56:28 -05:00
Ed Page
af3cfd5abe
fix(test): Un-deprecate contains assertions
2024-11-07 15:55:35 -06:00
Ed Page
a6cf1be655
test: Switch from allow to expect deprecated
...
This caught a couple of lingering items.
2024-09-23 20:44:06 -05:00
Ed Page
955faa1975
test(progress): Resolve flakiness
...
This is a follow up to #14181 which broke CI in #14221
```
---- progress::always_shows_progress stdout ----
running `/Users/runner/work/cargo/cargo/target/debug/cargo check`
thread 'progress::always_shows_progress' panicked at tests/testsuite/progress.rs:128:10:
---- expected: tests/testsuite/progress.rs:116:13
++++ actual: stderr
1 1 | [DOWNLOADING] 1 crate
2 2 | [DOWNLOADING] 2 crates
3 3 | [DOWNLOADING] 3 crates
4 4 | [DOWNLOADED] 3 crates ([..]KB) in [..]s
5 - [BUILDING] [..] 0/4: [..]
6 5 | [BUILDING] [..] 3/4: foo
7 6 | [FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
8 7 | ...∅
Update with SNAPSHOTS=overwrite
```
2024-07-09 15:38:44 -05:00
eth3lbert
d0c58e25f3
test: migrate progress to snapbox
2024-07-06 04:35:50 +08:00
Ed Page
dc5ac62cab
fix(test): Deprecate non-snapbox assertions
...
While this is noisy and hides other deprecations, I figured deprecations would
make it easier for people to discover what tasks remain and allow us to
divide and conquer this work rather than doing a heroic PR.
In theory, this will be short lived and we'll go back to seeing
deprecations in our tests.
2024-06-10 10:20:52 -05:00
Lin Yihai
e05d930e16
fix: Add more context when 'missing feild'
2024-05-24 11:29:46 +08:00
Ed Page
675224b3a0
test(config): Shift to config.toml
2024-01-26 13:40:46 -06:00
Scott Schafer
41738bea7e
chore: update progress
tests to use check
2023-02-20 12:22:24 -06:00
Eric Huss
6f8c7d5a87
Normalize raw string indentation.
2020-09-26 17:59:58 -07:00
mchernyavsky
d649c66191
Add a term option to configure the progress bar
2020-09-16 22:32:31 +03:00