Overview
| Comment: | [fr] tests: useless imports |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
2a513248b58de1ea6dfc100dcdd8208e |
| User & Date: | olr on 2020-09-10 19:34:40 |
| Other Links: | manifest | tags |
Context
|
2020-09-10
| ||
| 19:36 | [graphspell] char_player: useless import check-in: 73a7676ff0 user: olr tags: trunk, graphspell | |
| 19:34 | [fr] tests: useless imports check-in: 2a513248b5 user: olr tags: trunk, fr | |
| 19:25 | [graphspell] spellchecker: missing docstrings check-in: c35d85a03b user: olr tags: trunk, graphspell | |
Changes
Modified gc_lang/fr/modules/tests_modules.py from [f6de09e840] to [a3d3af4689].
1 2 3 4 5 6 7 | #! python3 """ Grammar checker tests for French language """ import unittest | < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#! python3
"""
Grammar checker tests for French language
"""
import unittest
from ..graphspell.ibdawg import IBDAWG
from . import conj
from . import phonet
from . import mfsp
class TestDictionary (unittest.TestCase):
"Test du correcteur orthographique"
|
| ︙ | ︙ |