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