mode
Results
2
issues of
mode
Now we can run the test suite independently without the actual access key of AWS and GCP. - mock boto3.s3 before starting tests with `moto` - mock GoogleCloud Client, Bucket,...
Tests inheriting TestCase class were reasonable before. But now, we can rewrite it with a simple function-based test using pytest.
enhancement