source/projects/shogoth/test/python/shogoth/vm/fixtures.py
2022-05-31 09:41:10 -06:00

9 lines
125 B
Python

#!/usr/bin/env python3
import pytest
from shogoth.vm import *
@pytest.fixture
def vm():
return Interpreter(BOOTSTRAP)