Skip to content

Commit

Permalink
Add parser output regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 20, 2024
1 parent 286d0ea commit bc285f2
Show file tree
Hide file tree
Showing 13 changed files with 150,309 additions and 4 deletions.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ select = [ "E", "I", "F", "B", "FA", "UP", "PT", "Q", "RET", "SIM", "PERF", "ERA
dependencies = [ "pre-commit",]

[tool.hatch.envs.test]
dependencies = [ "pytest", "pytest-cov", "mistletoe", "pytest-lsp" ]
dependencies = [
"pytest",
"pytest-cov",
"mistletoe",
"pytest-lsp",
"pytest-regressions",
"jsonpickle"
]

[tool.hatch.envs.test_matrix]
template = "test"
Expand Down
Loading

0 comments on commit bc285f2

Please sign in to comment.