-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
grivera64
wants to merge
13
commits into
gofiber:main
Choose a base branch
from
grivera64:feature/add-app-test-config
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+294
−52
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00405f7 - Browse repository at this point
Copy the full SHA 00405f7View commit details
Commits on Oct 4, 2024
-
🔥 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
Configuration menu - View commit details
-
Copy full SHA for 71c153b - Browse repository at this point
Copy the full SHA 71c153bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 073ec97 - Browse repository at this point
Copy the full SHA 073ec97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 228392e - Browse repository at this point
Copy the full SHA 228392eView commit details
Commits on Oct 8, 2024
-
- Fixes Test_Utils_TestConn_Closed_Write - Fixes missing regular write test
Configuration menu - View commit details
-
Copy full SHA for 6c006a0 - Browse repository at this point
Copy the full SHA 6c006a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b07e05d - Browse repository at this point
Copy the full SHA b07e05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4017e - Browse repository at this point
Copy the full SHA 3c4017eView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6112c04 - Browse repository at this point
Copy the full SHA 6112c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a97d7b - Browse repository at this point
Copy the full SHA 4a97d7bView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3639a78 - Browse repository at this point
Copy the full SHA 3639a78View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a2a77d - Browse repository at this point
Copy the full SHA 4a2a77dView commit details
Commits on Oct 23, 2024
-
♻️ 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
Configuration menu - View commit details
-
Copy full SHA for 3776184 - Browse repository at this point
Copy the full SHA 3776184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e32a7 - Browse repository at this point
Copy the full SHA 78e32a7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.