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

deno test log file paths #7861

Closed
timreichen opened this issue Oct 7, 2020 · 2 comments
Closed

deno test log file paths #7861

timreichen opened this issue Oct 7, 2020 · 2 comments

Comments

@timreichen
Copy link
Contributor

As mentioned here:
There is a problem what tests belong to which file/module. std solves that currently with prefixing every test name. Though that works, I think there would be a better solution. deno test should log file paths to differentiate the tests like so for a better overview:

std/datetime/test.ts
  test parse ... ok
  test format ... ok
  …
std/bytes/test.ts
  test findIndex1 ... ok
  test findIndex2 ... ok
  …
@nayeemrmn
Copy link
Collaborator

nayeemrmn commented Oct 7, 2020

Duplicate of #4644. This requires some kind of isolation between runs on each module instead of just importing them all into the same environment.

@bartlomieju
Copy link
Member

CC @caspervonb for looking into this.

Closing as duplicate

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

No branches or pull requests

3 participants