Skip to content

Commit

Permalink
[red-knot] Add property tests for Type
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Dec 2, 2024
1 parent 76d2e56 commit 207eb44
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 35 deletions.
109 changes: 77 additions & 32 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions crates/red_knot_python_semantic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ anyhow = { workspace = true }
dir-test = { workspace = true }
insta = { workspace = true }
tempfile = { workspace = true }
quickcheck = { version = "1.0.3" }
quickcheck_macros = { version = "1.0.0" }

[lints]
workspace = true

[features]
property_tests = []
Loading

0 comments on commit 207eb44

Please sign in to comment.