Skip to content
Snippets Groups Projects
Commit a27bccde authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

tests

parent 9ff28737
No related branches found
No related tags found
No related merge requests found
# 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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment