Skip to content

Commit

Permalink
Write new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinSa committed May 4, 2024
1 parent 2da4cf1 commit ae793ec
Show file tree
Hide file tree
Showing 23 changed files with 452 additions and 1,399 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,7 @@ settings.json
test.py
context.py

*.pdf
*.pdf

work_in_progress/
old_tests/
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ overrides = [
{ module = "scipy.*", ignore_missing_imports = true },
{ module = "pkg_resources.*", ignore_missing_imports = true },
]
exclude = ["_contour.py"]

[tool.pytest.ini_options]
filterwarnings = [
Expand Down Expand Up @@ -113,8 +114,11 @@ lint.ignore = [
"PLR0913",
"ISC001",
"S311",
"C901",
"PLR0912",
"PLR0915",
]
# exclude = ["docs/*"]
exclude = ["old_tests/*"]
lint.pydocstyle.convention = "google"

[tool.ruff.lint.per-file-ignores]
Expand Down
273 changes: 0 additions & 273 deletions tests/_strategies.py

This file was deleted.

Loading

0 comments on commit ae793ec

Please sign in to comment.