Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support passing a Readable stream as the stub for S3.GetObject #144

Merged
merged 1 commit into from
Aug 6, 2018

Commits on Jul 3, 2018

  1. support passing a Readable stream as the stub for S3.GetObject

    - swapped tape with tap to get afterEach, so that the sandbox can be
      predictably restored after each test.
      - removed all restore calls that do not test restore feature
    - skipped the test about a stub being returned because that behavior
      only applies when the service constructor has already been called when
      mock is called. the test previously passed due to side effects of
      unrestored sandbox.
    Jonathan Stewmon committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    26f3975 View commit details
    Browse the repository at this point in the history