Chromium Code Reviews| Index: third_party/gsutil/third_party/crcmod/test/test_crcmod.py |
| diff --git a/third_party/gsutil/third_party/crcmod/test/test_crcmod.py b/third_party/gsutil/third_party/crcmod/test/test_crcmod.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cf4495867053e3b4e0a9c762deca667bf7829b83 |
| --- /dev/null |
| +++ b/third_party/gsutil/third_party/crcmod/test/test_crcmod.py |
| @@ -0,0 +1,6 @@ |
| + |
| +import unittest |
| + |
| +import crcmod.test |
| + |
| +unittest.main(module=crcmod.test) |