File: test_x86.py

package info (click to toggle)
python-opcodes 0.0~git20180424.6e2b0cd-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,436 kB
  • sloc: xml: 149,634; python: 1,100; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
import unittest


class ReadXML(unittest.TestCase):
    def runTest(self):
        from opcodes.x86 import read_instruction_set
        instruction_set = read_instruction_set()