| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Tests were accordingly modded and now use the test config.yaml to
split and write shards to dirs.
modified: combox/file.py
modified: tests/crypto_test.py
modified: tests/file_test.py
|
|
|
|
|
|
|
|
| |
These *will* be used in the tests.
new file: tests/shard-dir-0/.foo
new file: tests/shard-dir-1/.foo
new file: tests/test-config/config.yaml
|
|
|
|
|
|
| |
new file: tests/config_test.py
new file: tests/crypto_test.py
new file: tests/file_test.py
|
|
|
|
|
|
|
| |
deleted: tests/combox_tests.py
deleted: tests/test_config.py
deleted: tests/test_crypto.py
deleted: tests/test_file.py
|
|
|
|
|
|
|
| |
new file: tests/files/the-red-star.jpg
new file: tests/test_config.py
new file: tests/test_crypto.py
new file: tests/test_file.py
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests were removed. will write tests using `nose` later.
renamed: combox/file.py -> combox/combox.py
deleted: combox/config.py
deleted: combox/crypto.py
renamed: tests/test_config.py -> tests/combox_tests.py
deleted: tests/files/the-red-star.jpg
deleted: tests/test_crypto.py
deleted: tests/test_file.py
|
|
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
|