alchemyst / Skogestad-Python

Python code for "Multivariable Feedback Control"
111 stars 88 forks source link

Convert runall.py to a pytest test #359

Open alchemyst opened 4 years ago

alchemyst commented 4 years ago

runall.py was written before pytest was popular. I think we could rewrite it to use pytest instead. I've created a pytest runner for ipynb files in the Dynamics and Control repository.

alchemyst commented 4 years ago

This issue might be made easier by converting the .py files in reproductions to notebooks, see #358 .