diff --git a/tests/test_framing/__init__.py b/tests/test_framing/__init__.py deleted file mode 100644 index 9f2b35b38d89264ee25685611d0a65a192e165f6..0000000000000000000000000000000000000000 --- a/tests/test_framing/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# coding=UTF-8 -from __future__ import absolute_import, division, print_function diff --git a/tests/test_framing/test_compilation.py b/tests/test_framing/test_compilation.py deleted file mode 100644 index 14d8bc8042f662a23fccf2d1f1660ed435cdf335..0000000000000000000000000000000000000000 --- a/tests/test_framing/test_compilation.py +++ /dev/null @@ -1,12 +0,0 @@ -# coding=UTF-8 -from __future__ import print_function, absolute_import, division - -import unittest - - -class TestCompilation(unittest.TestCase): - def test_comp(self): - from compile_definitions import \ - compile_definitions - compile_definitions(xml_file='resources/amqp0-9-1.extended.xml', - out_file='/tmp/definitions.py')