bytetrie/tests/conftest.py

6 lines
59 B
Python
Raw Normal View History

import pytest
pytest_plugins = [
"tries.simple_trie"
]