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

feat(testing): simulate multipart file upload #2141

Open
wants to merge 59 commits into
base: master
Choose a base branch
from

Commits on Jan 16, 2023

  1. Enhancement falconry#2124: added the samesite parameter to unset_cookie.

    Tests: added a test case to test_unset_cookies and to on_get in CookieUnset
    TigreModerata committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    d37beaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89c31c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Added tests, CookiesUnsetSameSite class and test_unset_cookies_samesi…

    …te; added towncrier news fragment.
    TigreModerata committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    32daa63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b48c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b9b198 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    0a17b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    187aa4f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Added 'files' parameter to _simulate_request; Added tests for file up…

    …load (text, urlencoded, image, nested) and some errors.
    TigreModerata committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9d2fe9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9d0e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. clean up

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    835b062 View commit details
    Browse the repository at this point in the history
  2. updated docstrings

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3e28a94 View commit details
    Browse the repository at this point in the history
  3. Fixes

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7920cdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72d54ee View commit details
    Browse the repository at this point in the history
  5. Fixes2

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ded1ac0 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'originTM/SimulateMultipartFile#1010' in…

    …to SimulateMultipartFile#1010
    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    66d347b View commit details
    Browse the repository at this point in the history
  7. Fixes3

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    574e667 View commit details
    Browse the repository at this point in the history
  8. Fixes4

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ffa8d9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eadb1f3 View commit details
    Browse the repository at this point in the history
  10. minor fix 5

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7493b92 View commit details
    Browse the repository at this point in the history
  11. minor fix 6

    TigreModerata committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c49e369 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    235ed3e View commit details
    Browse the repository at this point in the history
  2. blued

    TigreModerata committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    94ae979 View commit details
    Browse the repository at this point in the history
  3. formatting corrections

    TigreModerata committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    c9d4f1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a9e58d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    608efb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. typo fom-data

    TigreModerata committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5c68868 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    f052dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b527de7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1465241 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Update falcon/testing/client.py

    ) in docstring
    
    Co-authored-by: Federico Caselli <CaselIT@users.noreply.github.com>
    TigreModerata and CaselIT committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    e4cb4c9 View commit details
    Browse the repository at this point in the history
  2. Update falcon/testing/client.py

    wrong docstring in _prepare_data_fields
    
    Co-authored-by: Federico Caselli <CaselIT@users.noreply.github.com>
    TigreModerata and CaselIT committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    dba5eb9 View commit details
    Browse the repository at this point in the history
  3. Update falcon/testing/client.py

    Co-authored-by: Federico Caselli <CaselIT@users.noreply.github.com>
    TigreModerata and CaselIT committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    51ea53e View commit details
    Browse the repository at this point in the history
  4. typo

    TigreModerata committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8a66346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3041583 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77f350b View commit details
    Browse the repository at this point in the history
  7. blued

    TigreModerata committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    4bc299a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df37dbd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Handling of new data parameter;

    TODO: more tests
    TigreModerata committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    2149b0c View commit details
    Browse the repository at this point in the history
  2. blued

    TigreModerata committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    6f8b3ae View commit details
    Browse the repository at this point in the history
  3. utf-8 corrected

    TigreModerata committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    632317c View commit details
    Browse the repository at this point in the history
  4. more tests

    TigreModerata committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    3b2edd8 View commit details
    Browse the repository at this point in the history
  5. test for string data

    TigreModerata committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    bfa6a4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1d9834 View commit details
    Browse the repository at this point in the history
  7. blue & pep8

    TigreModerata committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    514e936 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Docstrings updated

    TigreModerata committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    dc74456 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

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

Commits on Jun 5, 2023

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

Commits on Jul 2, 2023

  1. Update 4.0.0.rst

    vytas7 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    aef3e0d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

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

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    4572ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62275cc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    6845e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93fad43 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on May 7, 2024

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

Commits on Aug 30, 2024

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