From 8f54b1960e2050536f34f091c1de291febd486df Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 24 Jul 2016 00:55:33 +0200 Subject: move doctest to unittest fix small bug with parsing quoted escaped escapes --- pyinflux/test/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyinflux/test/__init__.py (limited to 'pyinflux/test/__init__.py') 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 -- cgit v1.2.1