sine-patre/conftest.py

8 lines
92 B
Python

import pytest
from fol.lexer import Lexer
@pytest.fixture
def lexer():
return Lexer()