Sha256: fe41260270ef95d10ea0c240cdf69c6b5596bc0c377df7edd9ba86b28c3fd69b

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

from tests.mturk.support import unittest

from common import MTurkCommon
from boto.mturk.connection import MTurkRequestError

class TestDisableHITs(MTurkCommon):
	def test_disable_invalid_hit(self):
		self.assertRaises(MTurkRequestError, self.conn.disable_hit, 'foo')

if __name__ == '__main__':
	unittest.main()

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
googlecloud-0.0.7 packages/gsutil/boto/tests/mturk/test_disable_hit.py
gcloud-0.0.7 packages/gsutil/boto/tests/mturk/test_disable_hit.py
googlecloud-0.0.6 packages/gsutil/boto/tests/mturk/test_disable_hit.py
gcloud-0.0.6 packages/gsutil/boto/tests/mturk/test_disable_hit.py