[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", ]