Unit testing
Unit tests for specrel
are written using Python’s built-in unittest
package. Test code is located in tests/
subdirectories within the package. To run the unit tests, run python3 -m unittest
from the parent directory of the specrel
package.