source/projects/shoggoth/test/python/ichor/fixtures.py
Reid 'arrdem' McKenzie 9b6e11818e 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)