tests: make tests a Python module
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 6 Nov 2012 17:01:01 +0000 (19:01 +0200)
committerGuido Günther <agx@sigxcpu.org>
Fri, 23 Nov 2012 16:30:31 +0000 (17:30 +0100)
commit0a9bf99e2daddcdae4e5c14c938bafe23fe888f5
tree1a82a5249af3c025bee3dff4ee80fd5fdc429840
parent4ed1b43248e7e55656aa592343393a494c7d6f72
tests: make tests a Python module

Makes it possible to reuse code between various tests.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
setup.py
tests/08_test_patch.py
tests/09_test_write_tree.py
tests/10_test_get_upstream_tree.py
tests/11_test_dch_main.py
tests/__init__.py [new file with mode: 0644]