Skip to content

Commit f145ef0

Browse files
committed
Enable all warnings during testing
1 parent 63f12cb commit f145ef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
import ansys.dpf.core.server_types
4242
from ansys.dpf.gate.load_api import _try_use_gatebin
4343

44+
# Enable all warnings
45+
warnings.simplefilter("always")
46+
4447
ACCEPTABLE_FAILURE_RATE = 0
4548

4649
core.settings.disable_off_screen_rendering()

0 commit comments

Comments
 (0)