Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | authors -> contributors. | Siddharth Ravikumar | 2015-12-22 | 1 | -1/+1 |
| | |||||
* | .py files coding set to utf-8. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+2 |
| | |||||
* | [bug fix] fix for :b#2: | Siddharth Ravikumar | 2015-09-29 | 1 | -0/+12 |
| | | | | | | | | | Now combox ignores tmp files created by editors. modified: TODO.org modified: combox/events.py modified: tests/events_test.py modified: tests/utils.py | ||||
* | combox.config: silo directory is expanded to its abs. path when no silo ↵ | Siddharth Ravikumar | 2015-08-24 | 1 | -1/+1 |
| | | | | | | | directory is given. modified: combox/config.py modified: tests/utils.py | ||||
* | In tests, the code that purges the files/directories in `purge_list' is now ↵ | Siddharth Ravikumar | 2015-03-19 | 1 | -0/+10 |
| | | | | | | | | a function. modified: tests/events_test.py modified: tests/file_test.py modified: tests/utils.py | ||||
* | updated tests.utils.shardedp - nows additionally checks if shard exists. | Siddharth Ravikumar | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | tests/utils.py: modded `rm_nodedirs' and defined new function 'purge_nodedirs' | Siddharth Ravikumar | 2015-02-19 | 1 | -2/+10 |
| | | | | | - rm_nodedirs now calls purge_nodedirs and then deletes the node directories. - purge_nodedirs function just purges the contents of the node directories. | ||||
* | tests/utils.py: added rm_configdir function | Siddharth Ravikumar | 2015-02-18 | 1 | -0/+10 |
| | | | | | rm_configdir() will be used to remove the test-config/ directory and will be called in all teardown methods of Test classes. | ||||
* | tests/utils.py: added new function rm_nodedirs. | Siddharth Ravikumar | 2015-02-13 | 1 | -1/+12 |
| | | | | | rm_nodedirs purges the node directories. This function will be used later to remove the test node directories. | ||||
* | tests/utils.py: copied the utility functions in tests/events_test.py to this ↵ | Siddharth Ravikumar | 2015-02-12 | 1 | -2/+81 |
| | | | | | | module. These utility functions will be deleted from tests/events_test.py | ||||
* | tests/utils.py: removed extraneous import thingies. | Siddharth Ravikumar | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | tests/utils.py: contains utility functions, etc that will be used in test ↵ | Siddharth Ravikumar | 2015-02-09 | 1 | -0/+57 |
modules. |