tito/test
Steve Kuznetsov ed0d21708b
Use .assertTrue() instead of .assertIn()
CentOS 6 only has Python 2.6 available, on which the unit testing
frameworks do not expose a `.assertIn()` helper method. Instead, we can
use `.assertTrue(x in y)`.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2017-01-26 15:54:41 -05:00
..
functional Use .assertTrue() instead of .assertIn() 2017-01-26 15:54:41 -05:00
unit Fix unit tests. 2016-12-15 15:05:25 +01:00