Armin Friedl
9f47254090
All checks were successful
continuous-integration/drone/push Build is passing
Tests for a ByteTrie that degenerates to a doubly linked list
6 lines
90 B
Python
6 lines
90 B
Python
import pytest
|
|
|
|
pytest_plugins = [
|
|
"tries.simple_trie",
|
|
"tries.degenerated_trie"
|
|
]
|