You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction of Version Annotation
The system now has annotations indicating the version (@since 1.0.0) attached to multiple testing methods.
Enhancement in Data Validation
New tests, test_boolean, test_valid_block_data, test_invalid_json, and test_missing_required_properties have been introduced.
test_boolean checks the validity of various boolean inputs.
test_valid_block_data checks whether block data has the expected structure.
test_invalid_json measures how our system responds to invalid JSON inputs.
test_missing_required_properties evaluates our system's handling of missing required fields in data blocks.
Support for Invalid Data Types
New features have been added to deal with invalid data types. A data provider (data_invalid_property_types_provider) offers diverse invalid data types for test cases. A test called test_invalid_property_types has been created to verify the system's response when handling incorrect data types.
Test Simulating Complex Structures
A test named test_complex_nested_blocks has been added. It's designed to validate the system's handling and validation capabilities on intricate nested block data structures.
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
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.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: