Last active
August 15, 2016 20:31
-
-
Save seperman/00f04c25b1374d7ac3883eab5d63b8c1 to your computer and use it in GitHub Desktop.
Revisions
-
seperman revised this gist
Aug 15, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ <snippet> <content><![CDATA[from nose.tools import set_trace; set_trace()]]></content> <tabTrigger>npdb</tabTrigger> <scope>source.python</scope> <description>Nose pdb</description> </snippet> -
seperman created this gist
Aug 9, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ <snippet> <content><![CDATA[from nose.tools import set_trace; set_trace()]]></content> <tabTrigger>ppdb</tabTrigger> <scope>source.python</scope> <description>Pytest pdb</description> </snippet>