André Caron

Results 37 comments of André Caron

Thanks for taking the time to send a PR :-) This is a good first step, but I would be somewhat inconvenienced by the dumping of all my containers' logs...

Hi @butla! I'm open to all kinds of contributions and I'm not really picky for coding styles. However, I do want to make sure I understand what problems people are...

@arnuschky That `get_logs()` method looks pretty useful and general enough to let people customize their log output. If you can prepare a PR, I'd definitely merge that.

Since capturing and showing logs in all tests (only to have them silenced by the logging module) could potentially have prohibitive overhead in some projects, I've been digging around to...

FYI, this StackOverflow answer also suggests an interesting trick: https://stackoverflow.com/a/43268134/313063.

@butla Ah OK, I understand now. You're using `Popen` to run `docker-compose` in foreground mode and letting it write directly to standard output. When doing this, you don't know when...

Yes, please publish it! It's actually quite easy...