Skip to content
Jason Reilly edited this page Dec 1, 2022 · 4 revisions

Running the Tests

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

Also ensure that there are no running instances of the NodeNormalizer in Docker. The following should not return any results:

docker container ls | grep node-norm
Clone this wiki locally