{"id":22770073,"url":"https://github.com/devolo/pytest-pretty-terminal","last_synced_at":"2025-07-03T08:34:17.919Z","repository":{"id":41851114,"uuid":"401278288","full_name":"devolo/pytest-pretty-terminal","owner":"devolo","description":"Make pytest output prettier and more verbose.","archived":false,"fork":false,"pushed_at":"2022-10-26T06:48:12.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-05T13:31:46.192Z","etag":null,"topics":["pytest-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devolo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-30T08:56:16.000Z","updated_at":"2021-11-24T09:55:10.000Z","dependencies_parsed_at":"2023-01-20T00:04:41.119Z","dependency_job_id":null,"html_url":"https://github.com/devolo/pytest-pretty-terminal","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolo%2Fpytest-pretty-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolo%2Fpytest-pretty-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolo%2Fpytest-pretty-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolo%2Fpytest-pretty-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devolo","download_url":"https://codeload.github.com/devolo/pytest-pretty-terminal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314127,"owners_count":20757457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pytest-plugin"],"created_at":"2024-12-11T15:19:21.413Z","updated_at":"2025-03-30T11:40:59.691Z","avatar_url":"https://github.com/devolo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pytest-pretty-terminal\n\nThis [pytest](http://pytest.org) plugin makes the terminal output prettier and more verbose. Beside a bit formatting you will see the doc string and the parametrization of a test case printed to the terminal. Live logging is enabled by default.\n\n## System requirements\n\nDefining the system requirements with exact versions typically is difficult. But there is a tested environment:\n\n* Linux\n* Python 3.8.12\n* pip 21.2.4\n* pytest 5.2.0\n\nOther versions and even other operating systems might work. Feel free to tell us about your experience.\n\n## Versioning\n\nIn our versioning we follow [Semantic Versioning](https://semver.org/).\n\n## Installing for usage\n\nThe Python Package Index takes care for you. Just use pip.\n\n```bash\npython -m pip install pytest-pretty-terminal\n```\n\n## Installing for development\n\nFirst, you need to get the sources.\n\n```bash\ngit clone git@github.com:devolo/pytest-pretty-terminal.git\n```\n\nThen you need to take care of the requirements.\n\n```bash\ncd pytest-pretty-terminal\npython setup.py install\n```\n\n## Usage\n\nTo activate the pretty output, you have to start pytest with the pretty option. Otherwise, the plugin is skipped.\n\n```bash\npytest --pretty\n```\n\n## Compatibility with other pytest plugins\n\nThis plugin should not interfere with other plugins. In case of using [pytest-xdist](https://github.com/pytest-dev/pytest-xdist), you will lose live logging, as xdist uses stdin/stdout for communicating with its workers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolo%2Fpytest-pretty-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevolo%2Fpytest-pretty-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolo%2Fpytest-pretty-terminal/lists"}