Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | authors -> contributors. | Siddharth Ravikumar | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | .py files coding set to utf-8. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+2 |
| | |||||
* | updated tests.crypto_test.TestCrypto.test_convenience_crypto | Siddharth Ravikumar | 2015-02-26 | 1 | -1/+5 |
| | | | | | Added code to test the new arg `write' in the decrypt_and_glue function. | ||||
* | All the test classes now call rm_configdir() in their teardown method. | Siddharth Ravikumar | 2015-02-18 | 1 | -1/+2 |
| | | | | | | | | modified: tests/config_test.py modified: tests/crypto_test.py modified: tests/events_test.py modified: tests/file_test.py modified: tests/silo_test.py | ||||
* | All the tests now remove the node directories (tests/shard-dir-0 & ↵ | Siddharth Ravikumar | 2015-02-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | tests/shard-dir-1) in the teardown method. modified: tests/config_test.py modified: tests/crypto_test.py modified: tests/events_test.py modified: tests/file_test.py modified: tests/silo_test.py deleted: tests/shard-dir-0/.foo deleted: tests/shard-dir-1/.foo | ||||
* | tests/crypto_test.py & tests/file_test.py - corrected typos in doctstrings. | Siddharth Ravikumar | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | tests/crypto_test.py: re-wrote it. | Siddharth Ravikumar | 2015-02-12 | 1 | -56/+68 |
| | | | | Now the test is in a Test class with proper setup and teardown methods. | ||||
* | updated copright year. | Siddharth Ravikumar | 2015-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | modified: combox/cbox.py modified: combox/config.py modified: combox/crypto.py modified: combox/events.py modified: combox/file.py modified: tests/config_test.py modified: tests/crypto_test.py modified: tests/events_test.py modified: tests/file_test.py | ||||
* | tests/crypto_test.py: added new test function to test split_and_encrypt and ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+21 |
| | | | | decrypt_and_glue functions. | ||||
* | tests/crypto_test.py: uses new test file. | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | tests/crypto_test.py: uses get_nodedirs function to fetch list of node ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -3/+5 |
| | | | | directories. | ||||
* | updated tests/crypto_test.py: password read from config file. | Siddharth Ravikumar | 2015-01-13 | 1 | -9/+6 |
| | |||||
* | rewrote the read_shards() and write_shards() function in combox/file.py. | Siddharth Ravikumar | 2015-01-13 | 1 | -10/+20 |
| | | | | | | | | | 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 | ||||
* | Added `nose' for combox/config.py, combox/crypto.py, combox/file.py | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+79 |
new file: tests/config_test.py new file: tests/crypto_test.py new file: tests/file_test.py |