source/projects/shoggoth/test/python/ichor/fixtures.py
Reid 'arrdem' McKenzie f3791adee8 Typing tweaks
2022-06-13 21:11:15 -06:00

10 lines
142 B
Python

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