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

Extend HTTPretty.decorators #234

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2015

  1. Cleaned up duplicate tests in functional/test_requests.

    Also PEP8 fixes
    syndbg committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    df02999 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. Configuration menu
    Copy the full SHA
    3f1e372 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2015

  1. Added support for dicts/lists of args with httpretty.register

    Linked httpretty.register with httpretty.activate_uri for convinience.
    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    faf15b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e24077 View commit details
    Browse the repository at this point in the history
  3. Cleanup test_core.py

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    6fe35d2 View commit details
    Browse the repository at this point in the history
  4. Cleanup test_urllib2

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    520afa4 View commit details
    Browse the repository at this point in the history
  5. Cleanup test_requests

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    21a4b2e View commit details
    Browse the repository at this point in the history
  6. Cleanup test_httplib2

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    9206875 View commit details
    Browse the repository at this point in the history
  7. Cleanup test_debug

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    60c9d47 View commit details
    Browse the repository at this point in the history
  8. Cleanup test_bypass

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    618a593 View commit details
    Browse the repository at this point in the history
  9. Cleanup base.py

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    659fa2b View commit details
    Browse the repository at this point in the history
  10. Cleanup test_http

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    80c5c7b View commit details
    Browse the repository at this point in the history
  11. Cleanup test_httpretty

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    a83e7ae View commit details
    Browse the repository at this point in the history
  12. Cleanup test_main

    syndbg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    f3b9cfe View commit details
    Browse the repository at this point in the history