A simple plugin to view the timestamps in-line with each test.
Use the package manager pip or poetry to install.
pip install pytest-timestamps
poetry add pytest-timestamps
The timestamps used depend whether Pytest is running in verbose
mode.
verbose: node
non verbose: module
Note: fixture setup/teardown times are omitted from the timestamp
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.