()
| 1034 | return 0 |
| 1035 | |
| 1036 | def test4(): |
| 1037 | db = stardict.open_local('treasure.db') |
| 1038 | data = db['breakup'] |
| 1039 | # html = treasure.define_html(data['translation']) |
| 1040 | html = treasure.get_collins(data).encode('gbk', 'ignore') |
| 1041 | print html |
| 1042 | |
| 1043 | def test5(): |
| 1044 | name1 = 'anki-front.txt' |
nothing calls this directly
no test coverage detected