ProjetPP / PPP-QuestionParsing-Grammatical

Question Parsing module for the PPP using a grammatical approch
GNU Affero General Public License v3.0
33 stars 11 forks source link

Unit tests should be unitary #150

Open Ezibenroc opened 8 years ago

Ezibenroc commented 8 years ago

A lot of our unit tests rely on the output of CoreNLP. The best example of this is the file data.py which is mainly a copy-paste of what yields CoreNLP. Because of this, any change in CoreNLP output implies to change our tests (it happened in https://github.com/ProjetPP/PPP-QuestionParsing-Grammatical/pull/149).