Daniel Hahler
Daniel Hahler
Try `export AUTOENV_DEBUG=1` (up to 3) to see if it does anything. It should ask for confirmation when sourcing it the first time.
Have you tried https://docs.iterative.ai/shtab/use/#cli-usage already?
Rebased on master. @seb-m What do you think about it?
From Travis logs (e.g. https://api.travis-ci.org/v3/job/595210576/log.txt): - `^M` - in the middle of lines, and `^M^M` at the end, so `ff=dos` does not handle those seemingly - `^[[0K`
I've hoped for some library being used here already, and not doing it "manually". Could libvterm be used for this? (which only understands TERM=xterm though AFAIK). In the end it...
Please feel free to pick it up - I'm likely not having time to finish it anytime soon.
@Qix- https://archlinux.org/packages/core/x86_64/ncurses/download (via https://archlinux.org/packages/core/x86_64/ncurses/) I have not checked, but it is likely the same as with the upstream/original files. But I have no idea about this magic number in general.
Note that pytest's `Fail` exception is derived from `BaseException`, so would not be caught there.
Thanks for your clarifications. > It seems unfortunate that `pytest-django` would require to mark a test with `db` even if a model method under test doesn't perform any db hit...
@leonerd Can you please do this for https://github.com/neovim/unibilium ? It should probably take into account the other fix we have there already (https://github.com/neovim/unibilium/pull/2) then.