summaryrefslogtreecommitdiffstats
path: root/tests/silo_test.py
Commit message (Collapse)AuthorAgeFilesLines
* tests/silo_test.py: re-wrote it.Siddharth Ravikumar2015-02-131-45/+58
| | | | Now the test is in a Test class with proper setup and teardown methods.
* new module: combox/silo.pySiddharth Ravikumar2015-01-211-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