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

Replace HTTP client on TestClient from requests to httpx #1376

Merged
merged 25 commits into from Sep 6, 2022

Commits on Dec 17, 2021

  1. Replace HTTP client on TestClient from requests to httpx

    Kludex authored and Marcelo Trylesinski committed Dec 17, 2021
    Copy the full SHA
    0eebb70 View commit details
    Browse the repository at this point in the history
  2. Fix mypy issues

    Marcelo Trylesinski authored and Kludex committed Dec 17, 2021
    Copy the full SHA
    067e8e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Remove asgiref

    Kludex committed Jan 7, 2022
    Copy the full SHA
    faf26d9 View commit details
    Browse the repository at this point in the history
  2. add pragmas

    Kludex committed Jan 7, 2022
    Copy the full SHA
    344660d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    da47981 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. merge master

    Kludex committed Jan 23, 2022
    Copy the full SHA
    4fd1e2d View commit details
    Browse the repository at this point in the history
  2. Tests passing

    Kludex committed Jan 23, 2022
    Copy the full SHA
    f9dcb68 View commit details
    Browse the repository at this point in the history
  3. black

    Kludex committed Jan 23, 2022
    Copy the full SHA
    440b78a View commit details
    Browse the repository at this point in the history
  4. Fix documentation

    Kludex committed Jan 23, 2022
    Copy the full SHA
    1ed683c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Add compat

    Kludex committed Jan 24, 2022
    Copy the full SHA
    342b549 View commit details
    Browse the repository at this point in the history
  2. Add data=... compat

    Kludex committed Jan 24, 2022
    Copy the full SHA
    b32744b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Feb 1, 2022

  1. Copy the full SHA
    3043e99 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ae693da View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 9, 2022

  1. rebase

    Kludex committed Feb 9, 2022
    Copy the full SHA
    8869578 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'httpx-based-testclient' of github.com:Kludex/starlette …

    …into httpx-based-testclient
    Kludex committed Feb 9, 2022
    Copy the full SHA
    483fa22 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

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

Commits on Apr 2, 2022

  1. rebase and bump httpx

    Kludex committed Apr 2, 2022
    Copy the full SHA
    fcb003b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. rebase

    Kludex committed Aug 28, 2022
    Copy the full SHA
    38d8204 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

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

Commits on Sep 5, 2022

  1. Update README.md

    Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
    Kludex and tiangolo committed Sep 5, 2022
    Copy the full SHA
    0d7af25 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6fd4f2c View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    Kludex committed Sep 5, 2022
    Copy the full SHA
    92b1514 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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