sme

Results 134 issues of sme

Reported by @jayvdb in #55 although not related. > This is probably the cause of my rpm `%check` failures at https://build.opensuse.org/package/show/home:jayvdb:py-bridge/python-zugbruecke > > If we can get this solved, I...

bug

Previously tracked as part of #60.

tests

[python#38258](https://bugs.python.org/issue38258) The following test in `tests/test_error_callargs.py` ... ```python def test_error_callargs_unconfigured_too_many_args(): dll = ctypes.windll.LoadLibrary('tests/demo_dll.dll') square_int = dll.square_int with pytest.raises(ValueError): a = square_int(1, 2, 3) ``` ... does not raise a `ValueError`...

bug
upstream
tests

Testers needed.

help wanted
platform specific
platform_bsd
tests

The module is known to work on Mac OS X, see issue #16. (Travis) CI support is required for ensuring compatibility in the long run.

help wanted
platform specific
platform_macos
good first issue
tests

The test infrastructure needs to be expanded to test both at the same time, x86 / 32 bit AND x86_64 / AMD64 / 64 bit versions of Wine and Python...

enhancement
tests

[Wine#47787](https://bugs.winehq.org/show_bug.cgi?id=47787) `wenv pytest` will fail in those cases. Therefore, this bug is only relevant if you want to develop `zugbruecke`. It does not affect users. Two possible workarounds: - Downgrade...

bug
upstream
tests