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

Add test name to tests #3

Open
aeryz opened this issue Apr 4, 2021 · 0 comments
Open

Add test name to tests #3

aeryz opened this issue Apr 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@aeryz
Copy link
Owner

aeryz commented Apr 4, 2021

Now, all tests are run randomly. This is messy not does not look right. The running flow should be like this:

Running "str":
   + str_from
   + str_clone

Running "vec":
   + vec_push
   + vec_pop

Tests that are in a single file should run multi-threaded.

@aeryz aeryz added the enhancement New feature or request label Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant