--- 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 ", "Ɓukasz Biel ", ] -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"