From cf9af5153f13f1bcb22d602f0af73d07f39f1173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 4 Jan 2020 17:53:49 +0100 Subject: [PATCH] unnecessary tests removed --- tests/test_framing/__init__.py | 2 -- tests/test_framing/test_compilation.py | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 tests/test_framing/__init__.py delete mode 100644 tests/test_framing/test_compilation.py diff --git a/tests/test_framing/__init__.py b/tests/test_framing/__init__.py deleted file mode 100644 index 9f2b35b..0000000 --- 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 14d8bc8..0000000 --- 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') -- GitLab