Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LukeMathWalker/wiremock-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: LukeMathWalker/wiremock-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: record-and-replay
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 11 files changed
  • 1 contributor

Commits on Feb 21, 2021

  1. Add received_requests method (dummy body).

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    9ae0a1d View commit details
    Browse the repository at this point in the history
  2. Add doc test for received requests (red).

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    0db37d2 View commit details
    Browse the repository at this point in the history
  3. Add baseline implementation of received requests.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    2a3f840 View commit details
    Browse the repository at this point in the history
  4. Add more assertions on the received request.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    57bd357 View commit details
    Browse the repository at this point in the history
  5. Add documentation + no request test + simplify existing documentation…

    … test.
    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8f90ad2 View commit details
    Browse the repository at this point in the history
  6. Add docs comment to internal method.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    d9fc001 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb6c790 View commit details
    Browse the repository at this point in the history
  8. Print the list of received requests if expectation verification fails.

    Make verify asynchronous and swap std::sync::RwLock for tokio::sync::RwLock
    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    bac546c View commit details
    Browse the repository at this point in the history
  9. Add tests checking for panic messages.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    b73aa30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2eeb6b2 View commit details
    Browse the repository at this point in the history
  11. Fix tokio tests.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    ca93241 View commit details
    Browse the repository at this point in the history
  12. Introduce MockServerBuilder.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    8dd93b1 View commit details
    Browse the repository at this point in the history
  13. Green tests!

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    c74ef22 View commit details
    Browse the repository at this point in the history
  14. Rename MockBuilder::build to MockBuilder::start

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    2455ad1 View commit details
    Browse the repository at this point in the history
  15. Fix intra-doc links.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    0cf54b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6f2fa52 View commit details
    Browse the repository at this point in the history
  17. Implement enhanced reset.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    774e81c View commit details
    Browse the repository at this point in the history
  18. Bump the minor version.

    LukeMathWalker committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    458992d View commit details
    Browse the repository at this point in the history
Loading