-
Notifications
You must be signed in to change notification settings - Fork 1
Tests
Marc-Olivier Buob edited this page Apr 15, 2023
·
6 revisions
- Run your Python3 interpreter.
python3
- Import the package
>>> import regexp_learner
If it fails, please follow the installation steps
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.