Mercurial > hg > config
changeset 638:6dedad97c4eb
STUB: .emacs
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 04 Mar 2014 10:18:23 -0800 |
parents | a9c390903d61 |
children | 3be3b16aeda0 |
files | .emacs |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.emacs Sun Mar 02 15:56:11 2014 -0800 +++ b/.emacs Tue Mar 04 10:18:23 2014 -0800 @@ -196,12 +196,13 @@ (fset 'python-test "#!/usr/bin/env python import os +import tempfile import unittest here = os.path.dirname(os.path.abspath(__file__)) class Test(unittest.TestCase): - def test_(self): + def test_basic(self): pass if __name__ == '__main__':