import pytest

from allotropy.exceptions import AllotropeConversionError
from allotropy.parser_factory import Vendor
from allotropy.testing.utils import from_file, get_testdata_dir, validate_contents
from tests.to_allotrope_test import ParserTest

VENDOR_TYPE = Vendor.$ENUM_NAME$
TESTDATA = get_testdata_dir(__file__)


class TestParser(ParserTest):
    VENDOR = VENDOR_TYPE
