Пример #1
0
 def test_test01(self):
     asn1_path = path.join(here, '../data/test01.asn1')
     main('asn2quickder', [asn1_path])
Пример #2
0
 def test_kxover(self):
     asn1_path = path.join(here, '..', '..', 'arpa2', 'kxover.asn1')
     main('asn2quickder',
          ['-l', 'c', '-I',
           path.join(here, '..', '..', 'rfc'), asn1_path])
Пример #3
0
 def test_kxover(self):
     asn1_path = path.join(here, '../../arpa2/kxover.asn1')
     main('asn2quickder', ['-l', 'c', '-I', path.join(here, '../../rfc/'), asn1_path])
Пример #4
0
 def test_test05(self):
     asn1_path = path.join(here, '..', 'data', 'test05.asn1')
     main('asn2quickder', [asn1_path])