diff --git a/tests/test_iocb/__init__.py b/tests/test_iocb/__init__.py new file mode 100644 index 0000000..2e7964a --- /dev/null +++ b/tests/test_iocb/__init__.py @@ -0,0 +1,14 @@ +#!/usr/bin/python + +""" +Test BACpypes IOCB Module +""" + +from . import test_iocb +from . import test_iochain +from . import test_iogroup +from . import test_ioqueue +from . import test_iocontroller +from . import test_ioqcontroller +from . import test_clientcontroller +from . import test_sieveclientcontroller diff --git a/tests/test_iocb/test_clientcontroller.py b/tests/test_iocb/test_clientcontroller.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_clientcontroller.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_iocb.py b/tests/test_iocb/test_iocb.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_iocb.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_iochain.py b/tests/test_iocb/test_iochain.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_iochain.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_iocontroller.py b/tests/test_iocb/test_iocontroller.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_iocontroller.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_iogroup.py b/tests/test_iocb/test_iogroup.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_iogroup.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_ioqcontroller.py b/tests/test_iocb/test_ioqcontroller.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_ioqcontroller.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_ioqueue.py b/tests/test_iocb/test_ioqueue.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_ioqueue.py @@ -0,0 +1 @@ +# placeholder diff --git a/tests/test_iocb/test_sieveclientcontroller.py b/tests/test_iocb/test_sieveclientcontroller.py new file mode 100644 index 0000000..fdffa2a --- /dev/null +++ b/tests/test_iocb/test_sieveclientcontroller.py @@ -0,0 +1 @@ +# placeholder