5 lines
59 B
Python
5 lines
59 B
Python
import pytest
|
|
|
|
pytest_plugins = [
|
|
"tries.simple_trie"
|
|
]
|