vrindisbacher / python-property-based-testing

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

Figure out why `NoneType` is not compatible with `UnionType` #47

Closed vrindisbacher closed 1 year ago

vrindisbacher commented 1 year ago

The default Union from Python's types will not accept a union with the PyBT NoneType. This should be fixed.