Add pudb python debugger snippet
This commit is contained in:
parent
e2ef47623e
commit
0689dc03b2
@ -473,6 +473,10 @@ snippet ipdb "Set IPDB breakpoint" b
|
|||||||
import ipdb; ipdb.set_trace()
|
import ipdb; ipdb.set_trace()
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet pudb "Set PUDB breakpoint" b
|
||||||
|
import pudb; pudb.set_trace()
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet ae "Assert equal" b
|
snippet ae "Assert equal" b
|
||||||
self.assertEqual(${1:first},${2:second})
|
self.assertEqual(${1:first},${2:second})
|
||||||
endsnippet
|
endsnippet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user