{"library":"pytest-tldr","title":"pytest-tldr","description":"A pytest plugin that limits output to just the things you need, stripping verbose tracebacks and summarizing failures. Current version 0.2.6, infrequent updates.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pytest-tldr"],"cli":null},"imports":["import pytest"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Write a test file (e.g., test_example.py)\ndef test_pass():\n    assert 1 + 1 == 2\n\ndef test_fail():\n    assert 1 + 1 == 3\n\n# Run: pytest --tldr test_example.py","lang":"python","description":"Create tests and run with --tldr flag to suppress verbose output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}