tito/test/unit
Paul Morgan 25c6f7f1e0 avoid ImportError in test suite on python 3
python3 does not allow relative imports.

test/unit/__init.py__ and test/functional/__init.py__ already exist,
which means we can use absolute import on all versions of python
without resorting to http://legacy.python.org/dev/peps/pep-0328/
2014-02-28 15:38:25 +00:00
..
__init__.py Big test refactor. 2009-07-24 23:00:45 -03:00
common-tests.py add pep8 tests and fix lexical indentation for python3 2014-02-28 01:34:34 +00:00
fixture.py add unit test and module compatibility lib 2014-02-28 15:38:25 +00:00
pep8-tests.py avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00
test_build_target_parser.py add unit test and module compatibility lib 2014-02-28 15:38:25 +00:00