6 lines
96 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: assertFalse
# key: af
# group: testing
# --
self.assertFalse($0)