summaryrefslogtreecommitdiff
path: root/test/support
AgeCommit message (Collapse)Author
2015-03-17added support for tmp_users db. not backward compatible with prior config ↵elijah
files (seq_file changed to seq_dir)
2014-12-14try to create the db many times until it existselijah
2014-12-14added TapiceroProcess, to handle starting and stopping tapicero during tests.elijah
2014-12-12test cleanup: correct default test config, ensure tapicero is running, ↵elijah
create db if doesn't exist, pin to current minitest to avoid deprecation warnings.
2014-02-04test user deletionAzul
2014-02-04include sleep in the create_user part of the testsAzul
the changes feed and tapicero take some time to process the new user. Let's prevent timing issues by sleeping a second.
2014-02-04separate test setup test from actual testAzul