Open nmb10 opened 8 years ago
Check/fix
py.test test/functional/test_bundles.py::Test --verbose --capture=no
after fixing that.
Now sure how this got closed ....
Ah, I closed it because when I run the 175 regression test in PyCharm, it passes, without noting the expected failure decorator.
Consider such test case using basic and casters bundles:
The order of the tests is important here - first should be basic bundle import, second should be casters bundle import.
If we run both tests:
we fail in the second.
But if we run second test only:
then it passes.
Caster bundle does not have any tests: