def test_test01(self): asn1_path = path.join(here, '../data/test01.asn1') main('asn2quickder', [asn1_path])
def test_kxover(self): asn1_path = path.join(here, '..', '..', 'arpa2', 'kxover.asn1') main('asn2quickder', ['-l', 'c', '-I', path.join(here, '..', '..', 'rfc'), asn1_path])
def test_kxover(self): asn1_path = path.join(here, '../../arpa2/kxover.asn1') main('asn2quickder', ['-l', 'c', '-I', path.join(here, '../../rfc/'), asn1_path])
def test_test05(self): asn1_path = path.join(here, '..', 'data', 'test05.asn1') main('asn2quickder', [asn1_path])