From ccb723ea6ad8792ae3230e9af77f503e5f17d50c Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Mon, 12 Feb 2018 04:10:47 -0600 Subject: [PATCH] Add basic initialize tests --- tests/.placeholder | 0 tests/test_imports.py | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100644 tests/.placeholder create mode 100644 tests/test_imports.py diff --git a/tests/.placeholder b/tests/.placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test_imports.py b/tests/test_imports.py new file mode 100644 index 0000000..9732e3a --- /dev/null +++ b/tests/test_imports.py @@ -0,0 +1,4 @@ +def test_imports(): + from asyncirc.protocol import IrcProtocol + + proto = IrcProtocol([], '')