source/projects/shoggoth/test/python/ichor/fixtures.py
2022-07-15 19:37:34 -06:00

9 lines
141 B
Python

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