aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-07-23 21:36:29 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-07-25 15:44:48 +0100
commit91c8da0e835a83afef27f707f16ec6c24c30430b (patch)
treee20a734522c6036f7ce752c7e0602bf95bc00791 /Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue
parent597bb886d926b4910c555efebe5c60a991bbd5fd (diff)
downloaddotfiles-91c8da0e835a83afef27f707f16ec6c24c30430b.tar.gz
dotfiles-91c8da0e835a83afef27f707f16ec6c24c30430b.tar.bz2
dotfiles-91c8da0e835a83afef27f707f16ec6c24c30430b.zip
(Emacs)+snippets from doom-snippet and removed default package
I've re-enabled yasnippet for ease of use, and added a ton of snippets directly into my Dotfiles so only I get to curate what snippets are removed. Screw downloading them off someone else's repository at their total mercy.
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue')
-rw-r--r--Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue7
1 files changed, 7 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue
new file mode 100644
index 0000000..7c07d30
--- /dev/null
+++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/assertTrue
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: assertTrue
+# key: at
+# uuid: at
+# group: testing
+# --
+self.assertTrue($0) \ No newline at end of file