-
-
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
Merged
ReneWerner87
merged 27 commits into
gofiber:main
from
grivera64:feature/add-app-test-config
Nov 22, 2024
Merged
🔥 Feature: Add TestConfig to app.Test() for configurable testing #3161
ReneWerner87
merged 27 commits into
gofiber:main
from
grivera64:feature/add-app-test-config
Nov 22, 2024
+328
−56
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
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20bac97 - Browse repository at this point
Copy the full SHA 20bac97View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3efd2 - Browse repository at this point
Copy the full SHA ca3efd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1220df7 - Browse repository at this point
Copy the full SHA 1220df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498df60 - Browse repository at this point
Copy the full SHA 498df60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438b630 - Browse repository at this point
Copy the full SHA 438b630View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0326c07 - Browse repository at this point
Copy the full SHA 0326c07View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b6674f - Browse repository at this point
Copy the full SHA 6b6674fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334dbe8 - Browse repository at this point
Copy the full SHA 334dbe8View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b389aaa - Browse repository at this point
Copy the full SHA b389aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d2fcc - Browse repository at this point
Copy the full SHA 98d2fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for be650d6 - Browse repository at this point
Copy the full SHA be650d6View commit details -
🎨 Styles: Update docs/whats_new.md to use consistent style for TestCo…
…nfig options description
Configuration menu - View commit details
-
Copy full SHA for 250b836 - Browse repository at this point
Copy the full SHA 250b836View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bae815 - Browse repository at this point
Copy the full SHA 7bae815View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6daa78 - Browse repository at this point
Copy the full SHA b6daa78View 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.