mrjob icon indicating copy to clipboard operation
mrjob copied to clipboard

use moto instead of tests/mock_boto3 for tests

Open coyotemarin opened this issue 6 years ago • 0 comments

mrjob has historically mocked out various AWS services. Currently this code lives in tests/mock_boto3.

The moto library does basically the same thing. mrjob should probably try to move to moto, at least for fully mocked out interfaces like S3. This would eliminate the enormous hassle of adding new mocks, and allow people who are already using moto for testing to write mrjob tests.

coyotemarin avatar Sep 25 '18 18:09 coyotemarin