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.
rust-test-case/test-case-fix-metadata.diff

23 lines
689 B

--- test-case-3.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ test-case-3.2.1/Cargo.toml 2023-10-08T21:28:31.154495+00:00
@@ -19,7 +19,7 @@
"Wojciech Polak <frondeus@gmail.com>",
"Łukasz Biel <lukasz.p.biel@gmail.com>",
]
-exclude = ["tests/snapshots/**/*"]
+exclude = ["tests/snapshots/**/*", "/scripts", "README.tpl"]
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
documentation = "https://docs.rs/test-case"
readme = "README.md"
@@ -40,10 +40,6 @@
[lib]
path = "src/lib.rs"
doctest = false
-
-[[test]]
-name = "acceptance"
-path = "tests/acceptance_tests.rs"
[dependencies.regex]
version = "1.5"