sine-patre/conftest.py

8 lines
92 B
Python
Raw Normal View History

2024-04-24 08:56:13 +00:00
import pytest
from fol.lexer import Lexer
@pytest.fixture
def lexer():
return Lexer()