Y
Hacker News
new
|
ask
|
show
|
jobs
by
vdm
1251 days ago
A similar approach with pytest and pdb
https://simonwillison.net/2020/Feb/11/cheating-at-unit-tests...
This does get me writing tests sooner.
1 comments
foobarbecue
1251 days ago
I do this with pytest-regtest's --regtest-reset command.
link