Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |