--- test-case-1.2.0/Cargo.toml 2021-06-27T09:59:46+00:00 +++ test-case-1.2.0/Cargo.toml 2021-08-29T22:28:23.811117+00:00 @@ -16,7 +16,7 @@ version = "1.2.0" authors = ["Marcin Sas-Szymanski ", "Wojciech Polak ", "Ɓukasz Biel "] build = "build.rs" -exclude = ["tests/snapshots/**/*"] +exclude = ["/ci", "/publish.sh", "README.tpl", "tests/snapshots/**/*"] description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily" documentation = "https://docs.rs/test-case" readme = "README.md" @@ -30,9 +30,6 @@ doctest = false proc-macro = true -[[test]] -name = "acceptance" -path = "tests/acceptance_tests.rs" [dependencies.cfg-if] version = "1.0.0"