Skip to content

Commit eefcb63

Browse files
committed
debug: intentionally fail the test to get full output
1 parent 50cd0e0 commit eefcb63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_libraries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,8 @@ def _get_library_path():
23952395
)
23962396
""")
23972397

2398+
assert False, "Intentional error"
2399+
23982400

23992401
@importorskip('dbus_fast')
24002402
def test_dbus_fast(pyi_builder):

0 commit comments

Comments
 (0)