Last active
August 15, 2016 20:31
-
-
Save seperman/00f04c25b1374d7ac3883eab5d63b8c1 to your computer and use it in GitHub Desktop.
npdb.sublime-snippet Nosetest pdb npdb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[from nose.tools import set_trace; set_trace()]]></content> | |
<tabTrigger>npdb</tabTrigger> | |
<scope>source.python</scope> | |
<description>Nose pdb</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment