Skip to content

Clarify expressions unit tests organisation #86

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 1 commit into from
Apr 15, 2025
Merged

Conversation

tbittar
Copy link
Collaborator

@tbittar tbittar commented Apr 11, 2025

This PR rearranges the expressions unit test files and directory :

  • The expressions tests are in 3 directories : parsing (for the text expression parsing), visitor (for all expression visitors), linear_expressions (for unit tests in the LinearExpression class)
  • There is now one test file per visitor with all related test within it

…ween visitor, parsing and linear expressions tests
@tbittar tbittar requested a review from sylvlecl April 11, 2025 15:33
@sylvlecl sylvlecl merged commit 5b13d9f into main Apr 15, 2025
2 checks passed
@tbittar tbittar deleted the fix/rationalise-tests branch April 15, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants