You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just hit a problem with psiturk_shell.py's create_hit that surprised me because that function is ostensibly covered by a test case. Turns out that the test cases for psiturk_shell are basically useless because nearly nothing does self.perror, and the tests check for error output. Fixing the problem will require some extensive stubbing work for any shell call that makes an mturk call, which I'm not excited about after all the stubbing for amt_services_wrapper...
The text was updated successfully, but these errors were encountered:
I just hit a problem with psiturk_shell.py's create_hit that surprised me because that function is ostensibly covered by a test case. Turns out that the test cases for psiturk_shell are basically useless because nearly nothing does
self.perror
, and the tests check for error output. Fixing the problem will require some extensive stubbing work for any shell call that makes an mturk call, which I'm not excited about after all the stubbing for amt_services_wrapper...The text was updated successfully, but these errors were encountered: