summaryrefslogtreecommitdiffstats
path: root/tests/config_test.py
Commit message (Collapse)AuthorAgeFilesLines
* combox config now contains a `combox_name` field which contains the name of ↵Siddharth Ravikumar2015-01-211-1/+1
| | | | | | | | the combox. modified: combox/config.py modified: tests/config_test.py modified: tests/test-config/config.yaml
* now the config file also makes note of the 'silo' directory.Siddharth Ravikumar2015-01-211-1/+1
| | | | | | | | | silo directory is the location where the silo (silo.db) containing information about files in the combox directory is stored. modified: combox/config.py modified: tests/config_test.py modified: tests/test-config/config.yaml
* updated copright year.Siddharth Ravikumar2015-01-201-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/config_test.py: modified test config info.Siddharth Ravikumar2015-01-131-8/+8
|
* Added `nose' for combox/config.py, combox/crypto.py, combox/file.pySiddharth Ravikumar2015-01-121-0/+58
new file: tests/config_test.py new file: tests/crypto_test.py new file: tests/file_test.py