Tests - nokia/regexp-learner GitHub Wiki

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.