TestingΒΆ

We use PyTest in the MULTIPLY software. The test files are located in the test folder in the source directory.

They can be run e.g. via:

pytest -vs

Note

This section will describe testing routines used in the prior engine necessary for development.