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

10 lines
120 B
Python
Raw Normal View History

2022-04-15 06:31:58 +00:00
#!/usr/bin/env python3
import pytest
2022-06-01 01:25:18 +00:00
from ichor import *
2022-04-15 06:31:58 +00:00
@pytest.fixture
def vm():
return Interpreter(BOOTSTRAP)