Files
freeipa/ipatests
Christian Heimes 397e671697 Fix ipatests.util doc tests
Doctests of ipatests.util fail under Python 3.

The old test scenario does no longer work on Python 3 since u'how are you'
and 'how are you' have identical type, but u'how are you' != b'how are you'.
It works with int / float on all Python versions.

Python 2 has <type 'int'> while Python 3 uses <class 'int'>.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2017-03-30 13:20:13 +02:00
..
2017-03-27 18:03:14 +02:00
2017-03-27 18:03:14 +02:00
2017-03-27 18:03:14 +02:00
2017-03-15 19:11:32 +01:00
2017-03-27 18:03:14 +02:00
2013-06-17 19:22:50 +02:00
2015-10-22 18:34:46 +02:00
2016-10-20 18:43:37 +02:00
2017-03-30 13:20:13 +02:00