Skip to content

Add test duration information to output, similar tox #938

@chirizxc

Description

@chirizxc

How would this feature be useful?

This feature would be useful for tracking test execution time. It would help developers identify performance regressions and optimize their workflows.

Describe the solution you'd like

for example:

nox > Session fastapi_latest was successful (12.34 seconds).
nox > Ran multiple sessions:
nox > * fastapi_0096: success (9.34 seconds)
nox > * fastapi_0109: success (2.12 seconds)
nox > * fastapi_latest: success (0.88 seconds)

or

nox > Session fastapi_latest was successful.
nox > Ran multiple sessions:
nox > * fastapi_0096: success (9.34 seconds)
nox > * fastapi_0109: success (2.12 seconds)
nox > * fastapi_latest: success (0.88 seconds)
nox > Total 12.34 seconds

Describe alternatives you've considered

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions