Skip to content
Marc-Olivier Buob edited this page Apr 15, 2023 · 6 revisions

Check installation

  1. Run your Python3 interpreter.
python3
  1. Import the package
>>> import regexp_learner

If it fails, please follow the installation steps

Run the tests

The regexp_learner module comes with a test suite that you can run as follows:

poetry install --with tests
poetry run pytest

See also this page.

Clone this wiki locally