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

11 lines
180 B
Python
Raw Normal View History

2022-04-15 06:31:58 +00:00
#!/usr/bin/env python3
2022-08-09 15:39:33 +00:00
from ichor.bootstrap import BOOTSTRAP
from ichor.interpreter import Interpreter
2022-06-01 05:17:32 +00:00
import pytest
2022-04-15 06:31:58 +00:00
@pytest.fixture
def vm():
return Interpreter(BOOTSTRAP)