You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
415 B
18 lines
415 B
[package]
|
|
summary = "Reusable test attributes for rstest"
|
|
description = """\
|
|
Reuse rstest attributes: create a set of tests and apply it to every
|
|
scenario you want to test."""
|
|
cargo-toml-patch-comments = [
|
|
"allow rstest 0.23: https://github.com/la10736/rstest/commit/9df2cc1903abc5c29c932e6f5f122af4a7b9e160",
|
|
]
|
|
|
|
[tests]
|
|
run = [
|
|
"lib",
|
|
"doc",
|
|
]
|
|
comments = [
|
|
"Tests in tests/ require rstest_test",
|
|
]
|