Can I enable typeguard for some tests only/exclude for some tests? #255
Unanswered
MartinThoma
asked this question in
Q&A
Replies: 1 comment
-
You can suppress type checking with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently adding type annotations to PyPDF2. I'm running it like this:
This is mostly fine, but there are a few tests that cause issues. I would like to deactivate typeguard for those. Is that possible?
If not, is it possible to activate typeguard only for a few tests of choice (e.g. in one test file)?
Beta Was this translation helpful? Give feedback.
All reactions