opentap / OpenTap.Python

Python integration for OpenTAP
Apache License 2.0
22 stars 7 forks source link

43 Enum Examples not working on python3.8 #46

Closed rmadsen-ks closed 2 years ago

rmadsen-ks commented 2 years ago

On some implementations _membermap is an OrderedDict and not a Dict. To fix this we manually call the values() method instead of casting to PyDict.

Close #43