diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-12 09:13:49 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-12 09:13:49 -0500 |
commit | c14e5e427e4c34b766fc48d08e515ae5318d776f (patch) | |
tree | 991ff34e535e70c6cf8876d3de799528751e83c9 | |
parent | 75104d1267ebb596cdebd219532248e03ae33569 (diff) |
moved combox/tests -> tests/
renamed: combox/tests/__init__.py -> tests/__init__.py
renamed: combox/tests/files/the-red-star.jpg -> tests/files/the-red-star.jpg
renamed: combox/tests/test_config.py -> tests/test_config.py
renamed: combox/tests/test_crypto.py -> tests/test_crypto.py
renamed: combox/tests/test_file.py -> tests/test_file.py
-rw-r--r-- | tests/__init__.py (renamed from combox/tests/__init__.py) | 0 | ||||
-rw-r--r-- | tests/files/the-red-star.jpg (renamed from combox/tests/files/the-red-star.jpg) | bin | 87492 -> 87492 bytes | |||
-rw-r--r-- | tests/test_config.py (renamed from combox/tests/test_config.py) | 0 | ||||
-rw-r--r-- | tests/test_crypto.py (renamed from combox/tests/test_crypto.py) | 0 | ||||
-rw-r--r-- | tests/test_file.py (renamed from combox/tests/test_file.py) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/combox/tests/__init__.py b/tests/__init__.py index e69de29..e69de29 100644 --- a/combox/tests/__init__.py +++ b/tests/__init__.py diff --git a/combox/tests/files/the-red-star.jpg b/tests/files/the-red-star.jpg Binary files differindex 6ed5a4a..6ed5a4a 100644 --- a/combox/tests/files/the-red-star.jpg +++ b/tests/files/the-red-star.jpg diff --git a/combox/tests/test_config.py b/tests/test_config.py index 6806e1e..6806e1e 100644 --- a/combox/tests/test_config.py +++ b/tests/test_config.py diff --git a/combox/tests/test_crypto.py b/tests/test_crypto.py index 143cfdb..143cfdb 100644 --- a/combox/tests/test_crypto.py +++ b/tests/test_crypto.py diff --git a/combox/tests/test_file.py b/tests/test_file.py index 590e36f..590e36f 100644 --- a/combox/tests/test_file.py +++ b/tests/test_file.py |