Skip to content

Commit

Permalink
Add fake_crate to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Feb 20, 2024
1 parent ee5ba68 commit 095e83c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions attribution/tests/fake_crate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions attribution/tests/fake_crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "fake_crate"
version = "1.7.0"
edition = "2021"

[lib]
name = "fake_crate"

[dependencies]
base64 = "0.21.7"
Empty file.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ package = "attribution"
ignored_authors = ["dependabot[bot]", "pyup.io bot"]
version_file = true
signed_tags = true
cargo_packages = ["fake_crate"]

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit 095e83c

Please sign in to comment.