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.
23 lines
689 B
23 lines
689 B
1 year ago
|
--- test-case-3.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ test-case-3.3.1/Cargo.toml 2024-01-04T19:53:40.932314+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"
|