Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/silo_test.py: re-wrote it. | Siddharth Ravikumar | 2015-02-13 | 1 | -45/+58 |
| | | | | Now the test is in a Test class with proper setup and teardown methods. | ||||
* | new module: combox/silo.py | Siddharth Ravikumar | 2015-01-21 | 1 | -0/+87 |
- Contains the ComboxSilo class which provides an interface to access the db that stores information about files in the combox directory. Tests for this module is at tests/silo_test.py |