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

10 lines
126 B
Python
Raw Normal View History

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