Skip to content

Instantly share code, notes, and snippets.

@tamago324
Last active July 2, 2018 05:41
Show Gist options
  • Select an option

  • Save tamago324/f112683c7ad88a06de34f04fc94bd2b4 to your computer and use it in GitHub Desktop.

Select an option

Save tamago324/f112683c7ad88a06de34f04fc94bd2b4 to your computer and use it in GitHub Desktop.

https://westurner.github.io/wiki/awesome-python-testing

vim unstack

Vim でスタックトレースを追えるようになる https://github.com/mattboehm/vim-unstack
クリップボードにスタックトレースをコピーして、:UnstackFromClipboradとすると、スタックトレースの逆を表示してくれる。

pytest-sugar

pytestの結果の表示をかわいくしてくれる https://github.com/Frozenball/pytest-sugar

$ pip install -U pytest-sugar

通常通りにpytestを実行すると表示が変わる。

一時的に標準にしたいときには--nosugarを付けて実行する
詳細表示をしたい場合、--verboseを付けて実行する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment