-
Notifications
You must be signed in to change notification settings - Fork 1
Fossil Test next step #82
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fossil Test - Pull Request
Description
Fossil Test introduces several exciting new features to enhance the command-line testing experience. A new Sanity kit has been added for command-line testing, providing a controlled environment for more reliable and consistent test execution. The pizza type has been expanded to mimic the existing tofu type in the mock library, improving the flexibility of test simulations. Additionally, the assumptions system has been updated with new options for handling memory, char, soap, and safe pointer operations, offering greater control over memory safety and pointer handling during tests.
In terms of command-line functionality, Fossil Test now includes several useful options:
--versiondisplays the current version,--helpprovides usage instructions, and--dry-runallows for dry runs of test selections. The run command now supports additional parameters like--fail-fastfor halting on the first failure and--repeatfor repeating tests. The filter command provides the ability to filter tests by name, suite, or tag, and the sort command enables sorting tests by criteria such as execution time or priority. For added flexibility, the shuffle command now supports custom seeding and criteria. Thecolorandthemeoptions enhance test output readability and customization, while theverboseoption allows for detailed control over the level of test output. These updates make Fossil Test more powerful, flexible, and easier to use, streamlining the testing process across various scenarios.Testing
Updated test cases for mock and added new cases for sanity.
Checklist
License
This project is licensed under the Mozilla Public License - see the LICENSE file for details.