diff --git a/snippets/python.snippets b/snippets/python.snippets index faf144c..0e1f624 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -225,3 +225,5 @@ snippet kwargs **kwargs${1:,}${0} snippet akw *args, **kwargs${1:,}${0} +snippet nosetrace + from nose.tools import set_trace; set_trace()