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

Allow mock methods to be used in external apps #253

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Allow mock methods to be used in external apps #253

merged 1 commit into from
Sep 17, 2020

Conversation

johansmitsnl
Copy link
Contributor

Make mock api available

Issue #, if available: #252

Description of changes:
Make stub methods available for testing the API

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

Make mock api available
@johansmitsnl johansmitsnl changed the title Update ext.rs Allow mock methods to be used in external apps Aug 12, 2020
@schell
Copy link

schell commented Sep 14, 2020

👍 I just ran into this as well. Would be nice to get this through!

Copy link
Contributor

@davidbarsky davidbarsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@davidbarsky davidbarsky merged commit c36409c into awslabs:master Sep 17, 2020
calavera pushed a commit that referenced this pull request Sep 5, 2022
The PR #253 removed some of the `#[cfg(test)]` guards for a few
functions which are useful in testing outside of the library. However
the docstrings still stated that the test configuration was needed. This
commit fixes the docstrings.

Co-authored-by: Simon Gasse <sgasse@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants