-
Notifications
You must be signed in to change notification settings - Fork 6
Tests
Jason Reilly edited this page Dec 1, 2022
·
4 revisions
NodeNormalization tests leverage Docker via TestContainers, so having docker & docker-compose installed is a prerequisite to running the tests.
The tests can be run with the following command:
pytest -svv tests
Note that the tests leverage Docker, so ensure that no running instance of the NodeNormalizer is already running.