{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"A pytest plugin that prefixes each test output line with a timestamp, helping you see when individual tests started running.","skillfed_tags":["pytest-plugin","test-timing"],"use_cases":["Correlate slow test runs with timestamps to identify when performance degraded or external services were unavailable.","Debug test flakiness by seeing the exact time each test ran and cross-referencing with system logs or monitoring data.","Track test execution duration in CI/CD logs where you need to know when each test started, not just how long it took overall.","Monitor long test suites to spot which tests are taking longer than expected on particular runs."],"what_it_does":"pytest-timestamper is a pytest plugin that automatically prepends a timestamp to each test result line in your test output. When you run pytest, instead of seeing just the test name and result, you see the exact time each test started, making it easier to spot which tests are slow or to correlate test runs with external events. The plugin activates on installation and requires no configuration to use, though it does support custom timestamp and prefix formats via command-line flags.\n\nThe plugin has no runtime dependencies and installs as a simple wheel. It is classified as dormant\u2014the last commit was in March 2024 and there have been no releases in over 870 days\u2014so while it should continue to work for existing pytest versions, it may not track newer pytest or Python releases. The license is unspecified in the package metadata, which is a minor risk if you need explicit license clarity.","worth_installing":"Yes, if you want a simple timestamp prefix in pytest output and don't need active maintenance. The plugin is low-friction to install, has no dependencies, and works out of the box. However, the dormant status and unclear license mean you should verify it works with your pytest version and clarify the license before using it in production or commercial contexts."},"id":"pytest-timestamper","links":{"html":"https://skillfed.io/packages/pytest-timestamper","md":"https://skillfed.io/packages/pytest-timestamper.md","pypi":"https://pypi.org/project/pytest-timestamper/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-03-27","license_spdx":null,"license_treatment":"unclear","name":"pytest-timestamper","python_support":"unspecified","summary":"Pytest plugin to add a timestamp prefix to the pytest output"},"popularity":{"monthly_downloads":478332,"position":6437,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.10"}
