Skip to content

Commit

Permalink
feat: Updated tests/test_jieba.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 3, 2024
1 parent b84a5e4 commit 873f3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_jieba.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ def test_jieba_segmentation():
assert list(seg_list) == ['我', '爱', '自然语言处理']

def test_jieba_import():
"""
Tests the import of the jieba library. This function does not take any parameters and does not return anything.
"""
assert jieba is not None

def test_jieba_tokenization():
Expand Down

0 comments on commit 873f3d5

Please sign in to comment.