Lisää pylint, pytest ja coverage. Kirjoita testit trie:lle
This commit is contained in:
parent
fc4e69dfa9
commit
ea983c89cc
5 changed files with 54 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
"""Markovin ketjuille tarkoitettu trie-tietorakenteen implementaatio.
|
||||
import Trie
|
||||
from trie import Trie
|
||||
"""
|
||||
|
||||
class TrieSolmu: # pylint: disable=too-few-public-methods
|
||||
|
|
Reference in a new issue