Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクティブのポイントでいくつかのコマンドをインタラクティブに実行してから例を続行できるようにするテストに入力できるディレクティブがあったと思いますが、それが何であったか覚えていません...
デバッガーに入るためにテストにブレークポイントを配置するということですか?
import pdb; pdb.set_trace()