Skip to content

Feature/enable testcase#10

Open
bfaust-bp wants to merge 4 commits into
deepankarm:mainfrom
bfaust-bp:feature/enable-testcase
Open

Feature/enable testcase#10
bfaust-bp wants to merge 4 commits into
deepankarm:mainfrom
bfaust-bp:feature/enable-testcase

Conversation

@bfaust-bp
Copy link
Copy Markdown

This change enable the use in unittest.TestCase.

Copy link
Copy Markdown
Owner

@deepankarm deepankarm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. CI is failing because of a missing import - https://github.com/deepankarm/pyleak/actions/runs/20288967839/job/58854179978?pr=10

Comment thread tests/test_testcase.py
Test that TestCase methods pass when there's no blocking.
"""
# This should not trigger blocking detection (under threshold)
await asyncio.sleep(0.01)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import asyncio missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants