U
Ulrich Eckhardt
Hi!
We have a few tests for some module here. These tests are under development
and applied to older versions (with less features) of the module, too. That
means that if I have module version 42, tests A and B can not possibly
work. I don't want to have test failures but I also don't want to fork the
test suite, so how do I get the tests to behave like Python's test suite,
which also skips some "expected failures".
Thank you!
Uli
We have a few tests for some module here. These tests are under development
and applied to older versions (with less features) of the module, too. That
means that if I have module version 42, tests A and B can not possibly
work. I don't want to have test failures but I also don't want to fork the
test suite, so how do I get the tests to behave like Python's test suite,
which also skips some "expected failures".
Thank you!
Uli