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

chore(tests/specs): ability to have sub tests in file #23667

Merged
merged 7 commits into from
May 3, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented May 3, 2024

Allows writing named sub-tests. These are:

  1. Filterable on the command line via cargo test ...
  2. Run in parallel
  3. Use a fresh temp and deno dir for each test (unlike steps)

@dsherret dsherret requested a review from satyarohith May 3, 2024 00:20
Copy link
Member

@satyarohith satyarohith left a comment

Choose a reason for hiding this comment

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

LGMT - thanks for working on it! 🙏

@satyarohith satyarohith merged commit 3e98ea4 into denoland:main May 3, 2024
17 checks passed
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