The current Python pytest script test_examples.py contains a test "test_passthrough" that will always report it is skipping some tests because tested modules do not support writeback.
This is confusing, annoying, and strange.
Recommend: Separate the "passthrough" tests which do not test writeback into their own test case, so that this does not occur.
The current Python pytest script test_examples.py contains a test "test_passthrough" that will always report it is skipping some tests because tested modules do not support writeback.
This is confusing, annoying, and strange.
Recommend: Separate the "passthrough" tests which do not test writeback into their own test case, so that this does not occur.