enthought / enthought/comtypes
Do you know non-env specific COM library behave like `Excel.Range.Value`, for testing `bound_named_property`
Open
enhancement
help wanted
tests
- Dominant language
- Python
- Stars
- 345
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
`.../test/test_Excel.py` was attempting to test the behavior of a [`bound_named_property`](https://github.com/enthought/comtypes/blob/782444957e1133bb40825576540b8a5fc79dd398/comtypes/__init__.py#L836-L874).
Currently those tests has been skipped.(see https://github.com/enthought/comtypes/issues/267#issuecomment-1029305670, #271, #298)
https://github.com/enthought/comtypes/blob/782444957e1133bb40825576540b8a5fc79dd398/comtypes/test/test_excel.py#L44-L53
We should restore those tests with using non-environment specific library, but I don't know any such behavior classes other than `Excel.Range.Value`.
Help wanted.
Contributor guide
Assessment
This issue has not been assessed yet.