From 8a0b57289c0e3f6a353fda3d0e79bc66417766b5 Mon Sep 17 00:00:00 2001 From: utahta Date: Wed, 20 Oct 2010 01:34:17 +0900 Subject: [PATCH] added tests (dummy) --- .gitignore | 1 + t/dummy.py | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 t/dummy.py diff --git a/.gitignore b/.gitignore index 68f95cb..0d44488 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .pydevproject .settings .tmp_* +*.pyc diff --git a/t/dummy.py b/t/dummy.py new file mode 100644 index 0000000..657108b --- /dev/null +++ b/t/dummy.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +# vim:fileencoding=utf-8 + +def test_dummy(): + pass