summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts.Siddharth Ravikumar2015-03-311-0/+110
* fleshed out combox.events.NodDirMonitor.housekeep method.Siddharth Ravikumar2015-03-261-2/+71
* new function combox.file.node_paths: returns the abs. path of shards/director...Siddharth Ravikumar2015-03-191-0/+29
* In tests, the code that purges the files/directories in `purge_list' is now a...Siddharth Ravikumar2015-03-193-15/+18
* fleshed out the on_move method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-181-2/+61
* tests/events_test.py: paths in `purge_list' is purged after executing each te...Siddharth Ravikumar2015-03-181-7/+8
* Added `shardp' method to combox.events.NodeDirMonitor + test for it.Siddharth Ravikumar2015-03-131-0/+10
* modded combox.file.node_path function.Siddharth Ravikumar2015-03-061-2/+4
* all the sleep calls are 1 sec long in tests.events_testSiddharth Ravikumar2015-03-041-5/+5
* fleshed out the on_delete method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-041-2/+15
* renamed combox.file.rm_dir -> combox.file.rm_pathSiddharth Ravikumar2015-03-041-3/+11
* new function combox.file.mk_dirSiddharth Ravikumar2015-03-041-0/+22
* new function combox.file.rm_dirSiddharth Ravikumar2015-03-041-0/+10
* fleshed out the NodeDirMonitor's on_modified method + wrote tests for it.Siddharth Ravikumar2015-02-261-0/+34
* updated tests.utils.shardedp - nows additionally checks if shard exists.Siddharth Ravikumar2015-02-261-1/+1
* modded combox.file.hash_file function -- added new arg `file_content'Siddharth Ravikumar2015-02-261-2/+4
* updated combox.silo.ComboxSilo.stale method - added new arg fhashSiddharth Ravikumar2015-02-261-1/+2
* updated tests.crypto_test.TestCrypto.test_convenience_cryptoSiddharth Ravikumar2015-02-261-1/+5
* tests/file_test.py: corrected typo in the docstring of test_cbpath method.Siddharth Ravikumar2015-02-251-1/+1
* new function combox.file.node_path.Siddharth Ravikumar2015-02-251-0/+19
* New combox.events.NodeDirMonitor class defined.Siddharth Ravikumar2015-02-201-6/+58
* modded tests/events_test.TestEvents.teardown methodSiddharth Ravikumar2015-02-201-1/+3
* Refactored combox.file.cb_path to accept a file or a directory under a node d...Siddharth Ravikumar2015-02-201-1/+8
* combox/events.py: now the silo.db is purged after every test method in Events...Siddharth Ravikumar2015-02-191-7/+2
* tests/events_test.py: defined teardown method in TestEvents class.Siddharth Ravikumar2015-02-191-1/+7
* tests/utils.py: modded `rm_nodedirs' and defined new function 'purge_nodedirs'Siddharth Ravikumar2015-02-191-2/+10
* Defined new function in combox.file.cb_pathSiddharth Ravikumar2015-02-191-0/+10
* tests/file_test.py: in test_relativepath method path.join is used to construc...Siddharth Ravikumar2015-02-191-3/+2
* modded combox.file.relative_path function.Siddharth Ravikumar2015-02-191-3/+21
* All the test classes now call rm_configdir() in their teardown method.Siddharth Ravikumar2015-02-185-5/+11
* tests/utils.py: added rm_configdir functionSiddharth Ravikumar2015-02-181-0/+10
* All the tests now remove the node directories (tests/shard-dir-0 & tests/shar...Siddharth Ravikumar2015-02-137-5/+12
* tests/utils.py: added new function rm_nodedirs.Siddharth Ravikumar2015-02-131-1/+12
* tests/crypto_test.py & tests/file_test.py - corrected typos in doctstrings.Siddharth Ravikumar2015-02-132-2/+2
* tests/config_test.py: config.yaml file is purged after all the tests.Siddharth Ravikumar2015-02-131-5/+3
* removed tests/test-config/config.yaml - no longer needed.Siddharth Ravikumar2015-02-131-13/+0
* tests/silo_test.py: re-wrote it.Siddharth Ravikumar2015-02-131-45/+58
* tests/events_test.py: now teardown purges the shards of TEST_FILESiddharth Ravikumar2015-02-131-0/+2
* tests/events_test.py: corrected typo in docstring.Siddharth Ravikumar2015-02-131-1/+1
* tests/events_test.py: re-wrote itSiddharth Ravikumar2015-02-121-237/+187
* tests/utils.py: copied the utility functions in tests/events_test.py to this ...Siddharth Ravikumar2015-02-121-2/+81
* tests/crypto_test.py: re-wrote it.Siddharth Ravikumar2015-02-121-56/+68
* tests/file_test.py: re-wrote it.Siddharth Ravikumar2015-02-111-48/+54
* tests/utils.py: removed extraneous import thingies.Siddharth Ravikumar2015-02-091-1/+1
* tests/config_test.py: re-wrote it.Siddharth Ravikumar2015-02-091-24/+27
* tests/utils.py: contains utility functions, etc that will be used in test mod...Siddharth Ravikumar2015-02-091-0/+57
* tests/events_test.py: wrote test for 'file modification' under test_housekeep()Siddharth Ravikumar2015-01-281-0/+28
* combox/events.py - Wrote first version of housingkeep() method for ComboxDirM...Siddharth Ravikumar2015-01-271-1/+23
* tests/events_test.py: renamed test_CEH() -> test_CDM()Siddharth Ravikumar2015-01-271-1/+1
* combox/events.py: now when files are -- created, moved, removed, modified -- ...Siddharth Ravikumar2015-01-211-5/+27