Mel Seto commited on
Commit
80fe3e8
·
1 Parent(s): 1533af6

validate idiom examples in test

Browse files
Files changed (1) hide show
  1. tests/test_verifier_integration.py +3 -6
tests/test_verifier_integration.py CHANGED
@@ -12,14 +12,11 @@ from singletons import CC_DICT
12
  ("画蛇添足", True),
13
  ("自相矛盾", True),
14
 
15
- # CC-CEDICT idioms
16
- ("一成不变", True),
17
- ("铁面无私", True),
18
- ("德才兼备", True),
19
 
20
  # Wiktionary-only
21
- ("临危不惧", True),
22
- ("心旷神怡", True),
23
 
24
  # Nonexistent idiom
25
  ("完全不存在的成语", False),
 
12
  ("画蛇添足", True),
13
  ("自相矛盾", True),
14
 
15
+ # CC-CEDICT but not in ChiD
16
+ ("众志成城", True),
 
 
17
 
18
  # Wiktionary-only
19
+ ("临危不乱", True),
 
20
 
21
  # Nonexistent idiom
22
  ("完全不存在的成语", False),