issues
search
la10736
/
rstest
Fixture-based test framework for Rust
Apache License 2.0
1.21k
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Multiple case scenarios do not support json-format.
#286
SamPeng87
closed
6 days ago
3
Fix msrv and complete no_std support
#285
la10736
closed
1 week ago
0
`OnceLock` is stabilized in 1.70.0 but current MSRV is 1.67.1
#284
rnbguy
closed
1 week ago
2
refactor: use `core` instead of `std`
#283
rnbguy
closed
1 week ago
13
magic conversion fails to compile under `no_std`
#282
rnbguy
closed
1 week ago
6
Can't figure out how to cleanly reformat test cases using rustfmt / fmt
#281
JohnstonJ
opened
1 month ago
4
PR #277 Follow-up
#280
hansl
closed
1 month ago
6
Add ability to use case name in parameter
#279
tbicr
closed
1 month ago
2
Include LICENSE files in the published rstest crates
#278
danakj
closed
2 months ago
2
Allow environment variables in #[files] attributes
#277
hansl
closed
1 month ago
3
Using `${ENV_VAR}` environment variables in `#[files]` possible?
#276
hansl
closed
1 month ago
2
Reusing test data with different expected output across tests?
#275
Seanmatthews
opened
2 months ago
3
Upgrade to async-std v1.13
#274
jayvdb
closed
2 months ago
4
destructure fixture type in template
#273
SET001
opened
2 months ago
1
Update rstest requirement from 0.21.0 to 0.22.0
#272
dependabot[bot]
closed
2 months ago
1
Can #[files] use relative paths
#271
griff
opened
3 months ago
4
unused warning for case variables used by fixture #[with(var)]
#270
pitoniak32
closed
1 week ago
1
Fix typo
#269
la10736
closed
3 months ago
0
Arguments destructuring
#268
la10736
closed
3 months ago
0
Add #[ignore] attribute to ignore test arguments
#267
marcobacis
closed
4 months ago
0
Fix typos
#266
jayvdb
closed
3 months ago
2
Minor doc improvements
#265
memark
closed
4 months ago
1
Automatically test all variants of an enum
#264
jaques-sam
opened
4 months ago
1
Possibility of resolving a fixture only once per test?
#263
stevepryde
opened
5 months ago
0
Mixing `#[rstest]` and `#[serial]` breaks VS Code's IntelliSense with rust-analyzer
#262
mtilda
closed
5 months ago
3
Recommendation on choosing between different sets of `#[values(...)]`?
#261
ghost-in-the-zsh
opened
5 months ago
0
consider adding a `wasm-bindgen` feature
#260
themighty1
opened
5 months ago
2
Update toml_edit requirement from =0.21.0 to =0.22.13
#259
dependabot[bot]
closed
5 months ago
2
feat: provide a cargo feature to disable the proc macro inference in #221
#258
rbtcollins
closed
5 months ago
2
Rename_crate Support
#257
la10736
closed
6 months ago
0
New test files are only recognized after `cargo clean`
#256
GordianDziwis
closed
5 months ago
4
`#[from(other)path)]` should accept also path
#255
la10736
closed
6 months ago
0
Dynamically set #[values(..)]
#254
joshfried-aws
closed
6 months ago
1
Feature: Optional label in the `#[case...]`
#253
rjzak
closed
5 months ago
1
Support dynamic `#[values]`
#252
tomasol
closed
6 months ago
1
replace return <expr>; with <expr> [needless_return]
#251
dr-kernel
closed
5 months ago
3
Implement `#[by_ref]` attribute
#250
la10736
closed
6 months ago
0
Update toml_edit requirement from 0.21.0 to 0.22.12
#249
dependabot[bot]
closed
6 months ago
2
rstest_reuse: "the `async` keyword is missing from the function declaration"
#248
sharksforarms
closed
6 months ago
1
Strip common path prefix
#247
ivan23kor
opened
7 months ago
10
`#[from(source)]` should accept path also and not just idents
#246
la10736
closed
6 months ago
0
Update `rstest_reuse` docs and release new version
#245
la10736
closed
5 months ago
0
No longer require `rstest_reuse` to be imported explicitly into the crate root
#244
narpfel
closed
7 months ago
0
Dont_remove_lifetimes
#243
la10736
closed
7 months ago
0
Fully qualify `PathBuf` in `#[files]` expansion
#242
narpfel
closed
7 months ago
3
By-reference fixtures
#241
narpfel
closed
6 months ago
12
Fix typo that prevented running the tests on beta and nightly
#240
narpfel
closed
7 months ago
0
Properly handle mutability for awaited futures
#239
borchero
closed
7 months ago
8
clippy::duplicated_attributes warning with rust 1.79.0-nightly
#238
asomers
closed
7 months ago
3
Disallow `!Sync` types in `#[once]` fixtures
#237
narpfel
closed
7 months ago
3
Next