Skip to content

Commit

Permalink
test: split test suite into sections
Browse files Browse the repository at this point in the history
Also excludes tests and snapshots from packaging.
  • Loading branch information
max-heller committed Jan 18, 2025
1 parent 94cd5b9 commit 1b96756
Show file tree
Hide file tree
Showing 17 changed files with 2,177 additions and 2,124 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["mdbook", "pandoc", "pdf", "latex", "book"]
documentation = "https://docs.rs/mdbook-pandoc"
repository = "https://github.com/max-heller/mdbook-pandoc"
include = ["/src", "/CHANGELOG.md", "/LICENSE-*", "/README.md"]
include = ["/src", "!/src/tests", "!src/snapshots", "/CHANGELOG.md", "/LICENSE-*", "/README.md"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading

0 comments on commit 1b96756

Please sign in to comment.