Skip to content

Commit

Permalink
release output by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Jan 5, 2025
1 parent 0042689 commit 00b7717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions pymatviz/utils/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ def interactive_check(
Note: `pytest` would capture output by default, and you would
need to pass `-s` to release capture.
Todo:
- scale figure size by display.
- possible to automatically release `pytest` capture?
Args:
plot (plt.Figure | plt.Axes): Plot to inspect.
elem_to_check (str): Prompt for what element in the plot to check.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-p no:warnings"
addopts = "-s -p no:warnings"

[tool.mypy]
check_untyped_defs = true
Expand Down

0 comments on commit 00b7717

Please sign in to comment.