issues Search Results · repo:pytest-dev/pytest-print language:Python
Filter by
7 results
(97 ms)7 results
inpytest-dev/pytest-print (press backspace or delete to remove)I d like to add a new pprinter/pprinter_factory to implement this kind of reporting.
This is the idea:
def test_me(pprinter):
pprinter( hello )
pprinter.subprinter( 1 )( world )
pprinter.subprinter( ...
cav71
- 1
- Opened on Feb 23
- #156
The plugin is not working at all for, it doesn t print anything. I guess this must be some kind of upstream change in
pytest. However, the problem gets fixed when you execute the write inside a capture_manager ...
oelhammouchi
- 2
- Opened on Feb 13
- #152
Likely related to #6.
Trying to use alongside a very slow fixture designed to be cached for future use. Idea is to inform and update a user on
the caching process.
ScopeMismatch: You tried to access ...
griff-rees
- 3
- Opened on Sep 6, 2024
- #119
I was trying out pytest-print and getting no output, at first I figured it was just a a case of #8 (as I was in fact
using xdist), but after creating a minimal repro case it seems I just get nothing out ...
bug
xmo-odoo
- 6
- Opened on Aug 2, 2021
- #22
Hi, when I use plugin from this repo with other plugins it doesn t work. Tests are run from pycharm but when I use shell
results are the same. Looking forward to some solution, logs are below :)
pytest ...
magicaltoast
- 2
- Opened on Sep 16, 2020
- #8
test_printer_progress.py
import pytest
def test_server_parallel_requests(pytest_print):
pytest_print( create virtual environment into {} .format( hello ))
pytest_print( start server from virtual ...
defnngj
- 1
- Opened on Aug 23, 2018
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.