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

Execution time should be from process start #113

Closed
fornellas opened this issue Feb 10, 2020 · 1 comment
Closed

Execution time should be from process start #113

fornellas opened this issue Feb 10, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fornellas
Copy link
Contributor

Currently the test execution time discards the time spent in between the process started and the tests starting to run. This discarded time is often associated with slow to import modules, which are hidden from users.

Let's change this logic to consider the start time as the moment the process initiates, rather than the moment the tests start to run.

@fornellas fornellas added enhancement New feature or request good first issue Good for newcomers labels Feb 10, 2020
@deathowl
Copy link
Member

Fixed by #115

@fornellas fornellas added this to the Test Runner milestone Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants