engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Introduce automated docstring test verification. #59

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

There are Python modules available that can slurp the examples out of docstrings, and can run them through tests to verify expectations. This would be an excellent verification stage to add since it's likely the primary use-case for the ElectricPy package.