source/projects/shoggoth/test/python/ichor/fixtures.py

9 lines
120 B
Python

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