Skip to content

Repo showing a potential issue with Protocol support in typeguard 2.7.0+

Notifications You must be signed in to change notification settings

jtbeach/typeguard-protocols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install deps (requires poetry)

poetry install

Verify that mypy works

poetry run mypy tests/ typeguard_test

Verify that test success with no typeguard

poetry run py.test tests/test_impl.py

Verify that test fails with typeguard

poetry run py.test --typeguard=typeguard_test tests/test_impl.py

About

Repo showing a potential issue with Protocol support in typeguard 2.7.0+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages