Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.46 KB

File metadata and controls

39 lines (26 loc) · 1.46 KB

Open Source Love Open Source Love Build Status codecov

PyPI version GitHub version Code Lines

embox

Fundamentals of Electromagnetic with Python

Install

> pip search embox
> pip install embox

Developer

Testing

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