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

unnecessary tests removed

parent d3ea1075
No related branches found
No related tags found
No related merge requests found
# coding=UTF-8
from __future__ import absolute_import, division, print_function
# 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')
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