summaryrefslogtreecommitdiff
path: root/import/pip_lorry_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'import/pip_lorry_tests.py')
-rwxr-xr-ximport/pip_lorry_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/import/pip_lorry_tests.py b/import/pip_lorry_tests.py
index 38b8eb3..50733b6 100755
--- a/import/pip_lorry_tests.py
+++ b/import/pip_lorry_tests.py
@@ -40,6 +40,9 @@ class Tests(unittest.TestCase):
self.assertEqual(
json.loads(lorry)[fake_package_name + '-tarball']['url'], url)
+ # TODO: a valid tar
+ # TODO: invalid archive, something that's not a tar
+
if __name__ == '__main__':
suite = unittest.TestLoader().loadTestsFromTestCase(Tests)
unittest.TextTestRunner(verbosity=2).run(suite)