apertium / apertium-python

now you can even use apertium from python
GNU General Public License v3.0
31 stars 27 forks source link

Better package installation tests #39

Open sushain97 opened 5 years ago

sushain97 commented 5 years ago

something like apertium.install('en-es').

sushain97 commented 5 years ago

Still missing tests I think?

singh-lokendra commented 5 years ago

Unittests for wrapper?

sushain97 commented 5 years ago

For installation.

singh-lokendra commented 5 years ago

Tests for installation of language packages?

sushain97 commented 5 years ago

Yes.

sushain97 commented 5 years ago

I think you added these, right? Hopefully there are installations of packages that use hfst stuff as well as lttoolbox?

singh-lokendra commented 5 years ago

I think you added these, right?

yes. The installation-tests needs some improvement to ensure that packages are being installed properly and not the existing ones aren't used

Hopefully there are installations of packages that use hfst stuff as well as lttoolbox?

IIRC hfst-proc isn't wrapped so hfst-python isn't installed.