vrindisbacher / python-property-based-testing

Property Based Testing in Python
MIT License
1 stars 0 forks source link

Implement TypeVar in PyBT #34

Open vrindisbacher opened 1 year ago

vrindisbacher commented 1 year ago

TypeVar('T') can be used on variables. Any functions that use T as a type on multiple arguments should receive the same type for those arguments. The type can be anything.