nosetests trace snippet

This commit is contained in:
frans 2015-09-10 11:23:00 +02:00
parent 42f55e2690
commit bf1a82cf1c

View File

@ -225,3 +225,5 @@ snippet kwargs
**kwargs${1:,}${0} **kwargs${1:,}${0}
snippet akw snippet akw
*args, **kwargs${1:,}${0} *args, **kwargs${1:,}${0}
snippet nosetrace
from nose.tools import set_trace; set_trace()