Fundamentals of Electromagnetic with Python
> pip search embox
> pip install embox
embox
is tested by using the pytest package, and the test coverage is checked by using the coverage package.
A .coveragerc
config file is created and located in the embox
package root dir. This config file stores the sub commands run
and report
of coverage
.
Run the following command to test coverage
coverage run -m pytest
Run the following command to show the test coverage report
coverage report