summaryrefslogtreecommitdiffstats
path: root/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
| | | | From combox contributors -> Dr. Robert C. Green II.
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+1
|
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-0/+2
|
* [bug fix] fix for :b#2:Siddharth Ravikumar2015-09-291-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 Ravikumar2015-08-241-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 Ravikumar2015-03-191-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 Ravikumar2015-02-261-1/+1
|
* tests/utils.py: modded `rm_nodedirs' and defined new function 'purge_nodedirs'Siddharth Ravikumar2015-02-191-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 functionSiddharth Ravikumar2015-02-181-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 Ravikumar2015-02-131-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 Ravikumar2015-02-121-2/+81
| | | | | | module. These utility functions will be deleted from tests/events_test.py
* tests/utils.py: removed extraneous import thingies.Siddharth Ravikumar2015-02-091-1/+1
|
* tests/utils.py: contains utility functions, etc that will be used in test ↵Siddharth Ravikumar2015-02-091-0/+57
modules.