summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-09 18:53:17 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-04 12:40:55 +0000
commit995137ad34a8a9bced9c386d2fe79504aa038d37 (patch)
tree2d03d0613813710ab0b8363d46acb2706cd71ecd
parentd86c76581034b6e1cf7d46b06ddc9440a481cefc (diff)
downloadimport-995137ad34a8a9bced9c386d2fe79504aa038d37.tar.gz
TODOs
-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)