source/projects/shoggoth/test/python/shogoth/vm/fixtures.py

9 lines
126 B
Python

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