tito/test
Jakub Kadlcik ecd5718f62 Define a small abstraction for mocking builtins
It's better to do the python2 and python3 compatibility magic on
one place rather than having having `if PY2` conditions everywhere
and figuring whether to use `builtins.foo` or `__builtin__.foo
over and over again.
2020-04-26 14:13:35 +02:00
..
functional Move is_rawhide and is_epel6 definitions to __init__ so other tests can use it 2020-04-23 11:35:03 +02:00
unit Define a small abstraction for mocking builtins 2020-04-26 14:13:35 +02:00