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

🔥 Feature: Add TestConfig to app.Test() for configurable testing #3161

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

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. 🔥 Feature: Add TestConfig to app.Test()

    This commit is summarized as:
    - Add the struct `TestConfig` as a parameter for `app.Test()` instead of `timeout`
    - Add documentation of `TestConfig` to docs/api/app.md and in-line
    - Modify middleware to use `TestConfig` instead of the previous implementation
    
    Fixes gofiber#3149
    grivera64 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    71c153b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    073ec97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    228392e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 🩹 Fix: Correct testConn tests

    - Fixes Test_Utils_TestConn_Closed_Write
    - Fixes missing regular write test
    grivera64 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6c006a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07e05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c4017e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    6112c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a97d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 16, 2024

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

Commits on Oct 23, 2024

  1. ♻️ Refactor: Rename TestConfig's ErrOnTimeout to FailOnTimeout

    - Rename TestConfig.ErrOnTimeout to TestConfig.FailOnTimeout
    - Update documentation to use changed name
      - Also fix stale documentation about passing Timeout as a
        single argument
    grivera64 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3776184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e32a7 View commit details
    Browse the repository at this point in the history