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

Set http caching for tests #207

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

Commits on Aug 8, 2024

  1. Set http caching for tests

    * install requests-cache on workflows
    * set http caching when requests-cache present (might be absent (because of the workflow or the local environment)
    tgrandje committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a7c44e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Remove version check from unittests

    * Remove version control from unittests
    * Remove (one or two) unnecessary module imports
    * Black formatting
    tgrandje committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    36cc789 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update conftest.py

    * Add optional test flag --clean-cache to remove existing cache previous to tests
    * Add optional test flag --no-cache to deactivate cache during tests
    * Set 30 days timeout expiration on cache during tests
    tgrandje committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a3de263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ebea8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb34c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Update conftest.py

    tgrandje committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8cc05f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0955cb0 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    tgrandje committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c234300 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Handle missing cache

    tgrandje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fc94a0a View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    tgrandje committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ec945f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    f1791a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5302b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'enhancement/tests_requests_patching' of https://github.…

    …com/InseeFrLab/pynsee into enhancement/tests_requests_patching
    tgrandje committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1b7fa7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb8f1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a39255 View commit details
    Browse the repository at this point in the history
  6. Fix tests exception types

    tgrandje committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    47eb542 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2005993 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c40c504 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    680cc1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55277ad View commit details
    Browse the repository at this point in the history
  11. Bugfix on exception type

    tgrandje committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d158177 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6b92a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Revert "Fix missing application type"

    This reverts commit 5552528.
    tgrandje committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    92e81ea View commit details
    Browse the repository at this point in the history
  2. Fix headers matching

    tgrandje committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    013ccb2 View commit details
    Browse the repository at this point in the history
  3. Add timers for benchmark

    tgrandje committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7f42bec View commit details
    Browse the repository at this point in the history
  4. Test filesystem backend

    tgrandje committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4d22025 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    ade2acc View commit details
    Browse the repository at this point in the history
  2. Fix UnboundLocalError

    tgrandje committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ced1cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    644d037 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    851edc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7745ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76190d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be1e272 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Manage corrupted 7z archive

    * handle bad 7z file (dumping the cache in case of corruption)
    * check 7z's integrity before sending it to S3
    tgrandje committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a84e595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4fa8f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    8eee51b View commit details
    Browse the repository at this point in the history
  2. Fix typo

    tgrandje committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f4913ee View commit details
    Browse the repository at this point in the history