testing: porting new test suite using astarte_generators#1195
Draft
shinnokdisengir wants to merge 2 commits intoastarte-platform:release-1.2from
Draft
testing: porting new test suite using astarte_generators#1195shinnokdisengir wants to merge 2 commits intoastarte-platform:release-1.2from
astarte_generators#1195shinnokdisengir wants to merge 2 commits intoastarte-platform:release-1.2from
Conversation
42076e9 to
8bb13c1
Compare
- addded `astarte_generators` dep - `astarte_core` using branch `release-1.2` - override exandra Signed-off-by: Gabriele Ghio <gabriele.ghio@secomind.com>
8bb13c1 to
5547ff0
Compare
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.
What this PR does / why we need it:
This PR introduces a new test suite that leverages the
astarte_generatorsmodule along with custom fixtures to simplify and standardize property-based testing across the codebase. The main goal is to improve readability, reusability, and consistency in tests by:astarte_generatorsThis approach reduces boilerplate and makes test intent more explicit.
See: https://www.notion.so/seco-mind/Astarte-new-Test-Suite-ExUnitProperties-6586d8c81d9f480aac80b7c28a5b44bd?pvs=4