tito/test/unit
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
..
resources Partial revert "Fix #335. Handle source tarballs with UTF8 characters in the name." 2019-10-03 09:35:24 +02:00
__init__.py Define a small abstraction for mocking builtins 2020-04-26 14:13:35 +02:00
common_tests.py add tests for get_package_name 2020-01-31 14:08:10 +01:00
fixture.py Add flake8 configuration. Fix style issues. 2015-05-18 14:00:19 -04:00
pep8_tests.py Temporarily disable checks for E7 and W6 2020-01-30 23:31:36 +01:00
tagger_tests.py Add a possibility to have full datetime entries in changelog 2020-04-24 17:41:00 +02:00