Skip to content

Commit

Permalink
WIP: tried every permutation of what you should do to check for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Jan 14, 2025
1 parent f656b5c commit a441228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ async def fail_test_on_unclosed_tasks(request: FixtureRequest):
Used on every test to ensure failure if there are pending tasks
by the end of the test.
"""
raise RuntimeError(sys.platform)

try:
fail_count = request.session.testsfailed
Expand Down

0 comments on commit a441228

Please sign in to comment.