We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some tests aren't working on Windows, probably never have.
The text was updated successfully, but these errors were encountered:
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.
getvalue method can't be found on windows
getvalue
cpy3/high_level_layer_test.go
Line 19 in 8f74340
I got a PyExc_KeyboardInterrupt which don't match PyExc_TypeError.
PyExc_KeyboardInterrupt
PyExc_TypeError
cpy3/errors_test.go
Line 250 in 8f74340
File path is diffrent. This issue can be fixed by trim "/"
cpy3/module_test.go
Line 110 in 8f74340
Sorry, something went wrong.
thanks, would love to see PRs to fix these.
No branches or pull requests
some tests aren't working on Windows, probably never have.
The text was updated successfully, but these errors were encountered: