Skip to content

Commit cfc7e52

Browse files
leopard627lpil
authored andcommitted
feature/add-python-unit-test-skip
1 parent 9ff16f8 commit cfc7e52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/python.snippets

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ snippet docs
2222
Description: ${0}
2323
"""
2424

25+
# Unittest skip
26+
snippet sk "skip unittests" b
27+
@unittest.skip(${1:skip_reason})
28+
endsnippet
29+
2530
snippet wh
2631
while ${1:condition}:
2732
${0:${VISUAL}}

0 commit comments

Comments
 (0)