Skip to content

Python FAQ

Sylwester Arabas edited this page May 9, 2023 · 5 revisions

How to trigger exceptions on each Python warning

Use python -We wherever you'd normally use just python (similarily pytest -We).

Clone this wiki locally