From a27bccde9dcb600c75c1d96823a9131ce03ff6a2 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Tue, 10 Jan 2017 05:25:30 +0100
Subject: [PATCH] tests

---
 tests/test_framing/test_compilation.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 tests/test_framing/test_compilation.py

diff --git a/tests/test_framing/test_compilation.py b/tests/test_framing/test_compilation.py
new file mode 100644
index 0000000..6b9cf40
--- /dev/null
+++ b/tests/test_framing/test_compilation.py
@@ -0,0 +1,14 @@
+# coding=UTF-8
+"""
+It sounds like a melody
+"""
+from __future__ import print_function, absolute_import, division
+import six
+import unittest
+
+
+class TestCompilation(unittest.TestCase):
+    def test_comp(self):
+        from coolamqp.framing.compilation.compile_definitions import compile_definitions
+        compile_definitions(xml_file='resources/amqp0-9-1.extended.xml', out_file='/tmp/definitions.py')
+        
-- 
GitLab