• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pymorphy2-fork / DAWG-Python / 14779646156

01 May 2025 05:04PM UTC coverage: 89.925%. Remained the same
14779646156

Pull #46

github

web-flow
Merge 13b24eede into bf6170229
Pull Request #46: Bump typing-extensions from 4.12.2 to 4.13.2

204 of 237 branches covered (86.08%)

Branch coverage included in aggregate %.

635 of 696 relevant lines covered (91.24%)

6.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/tests/test_fuzzy.py
1
import dawg_python
7✔
2

3
from .utils import data_path, words100k
7✔
4

5
words = words100k()
7✔
6
dawg = dawg_python.Dictionary.load(data_path("large", "int_dawg.dawg"))
7✔
7

8

9
class TestDictionary:
7✔
10
    def test_contains(self):
7✔
11
        for word in words:
7✔
12
            assert dawg.contains(word.encode("utf8"))
7✔
13

14
    def test_find(self):
7✔
15
        for word in words:
7✔
16
            assert dawg.find(word.encode("utf8")) == len(word)
7✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc