summaryrefslogtreecommitdiff
path: root/pyinflux/test/__init__.py
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-07-24 00:55:33 +0200
committerYves Fischer <yvesf-git@xapek.org>2016-07-24 00:58:37 +0200
commit8f54b1960e2050536f34f091c1de291febd486df (patch)
tree63de297dc93365e67cb2e0af2ee81e9d94e9fabb /pyinflux/test/__init__.py
parentfbb91144484ad729c2d6b54c69d4ce3a6c80aa55 (diff)
downloadpyinflux-8f54b1960e2050536f34f091c1de291febd486df.tar.gz
pyinflux-8f54b1960e2050536f34f091c1de291febd486df.zip
move doctest to unittestHEADmaster
fix small bug with parsing quoted escaped escapes
Diffstat (limited to 'pyinflux/test/__init__.py')
-rw-r--r--pyinflux/test/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyinflux/test/__init__.py b/pyinflux/test/__init__.py
new file mode 100644
index 0000000..b259470
--- /dev/null
+++ b/pyinflux/test/__init__.py
@@ -0,0 +1,2 @@
+from .test_parser import *
+from .test_client import * \ No newline at end of file