crcmod · PyPI
https://pypi.org/project/crcmod27.06.2010 · Unit Testing. The crcmod package has a module crcmod.test, which contains unit tests for both crcmod and crcmod.predefined.. When you first install crcmod, you should run the unit tests to make sure everything is installed properly.The test script performs a number of tests including a comparison to the direct method which uses a class implementing polynomials …
crcmod · PyPI
pypi.org › project › crcmodJun 27, 2010 · The crcmod package is capable of generating C functions that can be compiled with a C or C++ compiler. In the test directory, there is an examples.py script that demonstrates how to use the code generator. The result of this is written out to the file examples.c. The generated code was checked to make sure it compiles with the GCC compiler. License