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

Utility for providing a sequence of requests/responses to StubTreq #106

Merged
merged 20 commits into from Sep 6, 2015

Commits on Jul 13, 2015

  1. Revert "Remove some code, to make it easier to review. This commit ca…

    …n be reverted in a future PR to add this functionality back in."
    
    This reverts commit 75b49b1.
    cyli committed Jul 13, 2015
    Copy the full SHA
    29d8ffe View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Copy the full SHA
    2b40602 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3fba8d2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8115b1c View commit details
    Browse the repository at this point in the history
  4. Actually test the repr

    cyli committed Jul 14, 2015
    Copy the full SHA
    f32db5d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Remove dead code.

    cyli committed Jul 15, 2015
    Copy the full SHA
    8e38158 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2015

  1. Ok, omitting interfaces.py from the coverage report doesn't help with…

    … codecov, so add it to coverage run too.
    cyli committed Jul 17, 2015
    Copy the full SHA
    3bd122c View commit details
    Browse the repository at this point in the history
  2. Revert "Ok, omitting interfaces.py from the coverage report doesn't h…

    …elp with codecov, so add it to coverage run too."
    
    This reverts commit 3bd122c.
    cyli committed Jul 17, 2015
    Copy the full SHA
    bdac492 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c3228c6 View commit details
    Browse the repository at this point in the history
  4. Add a consumed() function to sequence, so we can test if the sequence…

    … has been consumed.
    cyli committed Jul 17, 2015
    Copy the full SHA
    ba82f7c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. Add a consumed context manager, like @radix's awesome consume context…

    … manager from effect.testing.SequenceDispatcher
    cyli committed Jul 22, 2015
    Copy the full SHA
    d718f61 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce463a6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6640fbb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6ae4a71 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Remove our custom ANY, and just have the sequence stubber check for e…

    …quivalence. Also add a dodocstring explaining method normalization, url normalization, and headers comparisons.
    cyli committed Aug 3, 2015
    Copy the full SHA
    5a737d6 View commit details
    Browse the repository at this point in the history
  2. Rename StringSequenceStubs to RequestSequence and change get_response…

    …_for to __call__ - thanks @radix
    cyli committed Aug 3, 2015
    Copy the full SHA
    16c1882 View commit details
    Browse the repository at this point in the history
  3. Remove RequestSequence's dependency on unit test TestCases, and just …

    …have it take failure reporters for now.
    cyli committed Aug 3, 2015
    Copy the full SHA
    4867d98 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. rebuild codecov report

    cyli committed Aug 4, 2015
    Copy the full SHA
    a2c8d67 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Copy the full SHA
    1bb98f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Copy the full SHA
    ad511e2 View commit details
    Browse the repository at this point in the history