Added CodeResponse tests

This commit is contained in:
kimth
2012-08-24 11:09:27 -04:00
parent 97ab53e786
commit 088d204d9c
5 changed files with 199 additions and 96 deletions

View File

@@ -58,7 +58,7 @@ XQUEUE_INTERFACE = {
},
"basic_auth": ('anant', 'agarwal'),
}
XQUEUE_WAITTIME_BETWEEN_REQUESTS = 5 # seconds
# TODO (cpennington): We need to figure out how envs/test.py can inject things
# into common.py so that we don't have to repeat this sort of thing