Skip to content
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

fix: run test functions in defined order #243

Merged
merged 1 commit into from Feb 19, 2024

Conversation

apotterri
Copy link
Contributor

Fixes #217.

πŸ“š Description

Run the test functions in the order they're defined in the test file.

βœ… To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix
  • I updated the documentation to reflect the changes

Run the test functions in the order they're defined in the test file.
Copy link
Member

@Chemaclass Chemaclass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting idea, I didn't think about it. What do you think, @antonio-gg-dev and @khru ?

@khru
Copy link
Member

khru commented Jan 17, 2024

I think that test must be independent

https://kentbeck.github.io/TestDesiderata/

But could be something need It

@antonio-gg-dev antonio-gg-dev merged commit f339462 into TypedDevs:main Feb 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test execution order
4 participants