summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-31 23:29:12 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-31 23:29:12 -0800
commitbcbe3faf940ae2e9483f2f5d0d451894bbdac608 (patch)
tree98719e41d743bbe4ad19c0223e9d31a067b6d2cb
parent171569cbaaa7fbb336815f2663fddaa80425df8c (diff)
Removed the doctest runner.
-rw-r--r--doctest_runner.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doctest_runner.py b/doctest_runner.py
deleted file mode 100644
index 1f37181c..00000000
--- a/doctest_runner.py
+++ /dev/null
@@ -1,6 +0,0 @@
-if __name__ == '__main__':
- import doctest
- import pgcli.pgexecute
- doctest.testmod(pgcli.pgexecute)
- import pgcli.packages.sqlcompletion
- doctest.testmod(pgcli.packages.sqlcompletion)