Comment 1 for bug 1593079

Revision history for this message
Leo Arias (elopio) wrote :

We have a conflict with the scenarios.
Some of our tests use subTest, which is only supported in unittest, not in testtools.

I reported this: https://github.com/testing-cabal/testtools/issues/235

I wanted to get rid of testscenarios and use subTests everywhere. But I also wanted to use testtools everywhere. Both are not possible at the moment.