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).
Docker
container.logs()has a lot of parameters, includingtail.Plugin wrapper has
logs()method without parameters.I propose:
**kwargstowrapper.logs().--container-tail) to configure tail inpytest_runtest_makereport.PS: Have a patch (#54).