Docker container.logs()
has a lot of parameters, including tail
.
Plugin wrapper has logs()
method without parameters.
I propose:
- Add
**kwargs
to wrapper.logs()
.
- Add option (
--container-tail
) to configure tail in pytest_runtest_makereport
.
PS: Have a patch (#54).