review tests on Windows
some tests aren't working on Windows, probably never have.
Hi @christian-korneck,
I found 3 issues when running test ong windows. But I'm not sure whether it's a environment or os specific for the first two issues.
-
getvaluemethod can't be found on windows https://github.com/go-python/cpy3/blob/8f74340f20d8e1fd67f3820a9732a0fe5bc41859/high_level_layer_test.go#L19 -
I got a
PyExc_KeyboardInterruptwhich don't matchPyExc_TypeError. https://github.com/go-python/cpy3/blob/8f74340f20d8e1fd67f3820a9732a0fe5bc41859/errors_test.go#L250 -
File path is diffrent. This issue can be fixed by trim "/" https://github.com/go-python/cpy3/blob/8f74340f20d8e1fd67f3820a9732a0fe5bc41859/module_test.go#L110
thanks, would love to see PRs to fix these.