From 7e111a4a611995c7a679f62fa7d806afaf2c7520 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Sat, 7 May 2016 20:26:15 -0400 Subject: [PATCH] include the extended tag list tests --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/__init__.py b/tests/__init__.py index 4f5fe70..dd8c078 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -9,6 +9,7 @@ BACpypes Testing from . import utilities from . import state_machine from . import time_machine +from . import extended_tag_list from . import test_comm # from . import test_objects