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

Note that the tests leverage Docker, so ensure that no running instance of the NodeNormalizer is already running.

Clone this wiki locally