summaryrefslogtreecommitdiffstats
path: root/tests/file_test.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+1
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-0/+2
* added new function file.no_of_shards + tests.Siddharth Ravikumar2015-08-251-0/+30
* updated combox.file.relative_path.Siddharth Ravikumar2015-04-011-2/+10
* 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-191-8/+6
* modded combox.file.node_path function.Siddharth Ravikumar2015-03-061-2/+4
* 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
* modded combox.file.hash_file function -- added new arg `file_content'Siddharth Ravikumar2015-02-261-2/+4
* 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
* Refactored combox.file.cb_path to accept a file or a directory under a node d...Siddharth Ravikumar2015-02-201-1/+8
* 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-181-1/+2
* All the tests now remove the node directories (tests/shard-dir-0 & tests/shar...Siddharth Ravikumar2015-02-131-1/+2
* tests/crypto_test.py & tests/file_test.py - corrected typos in doctstrings.Siddharth Ravikumar2015-02-131-1/+1
* tests/file_test.py: re-wrote it.Siddharth Ravikumar2015-02-111-48/+54
* combox/file.py: defined hash_file function.Siddharth Ravikumar2015-01-211-1/+13
* updated copright year.Siddharth Ravikumar2015-01-201-1/+1
* tests/file_test.py: uses get_nodedirs function to fetch list of node director...Siddharth Ravikumar2015-01-131-1/+2
* rewrote the read_shards() and write_shards() function in combox/file.py.Siddharth Ravikumar2015-01-131-12/+23
* Added `nose' for combox/config.py, combox/crypto.py, combox/file.pySiddharth Ravikumar2015-01-121-0/+72