CohenLabPrinceton / pvp

Raspberry pi code for controlling the rapid-deploy critical care ventilator
GNU General Public License v3.0
13 stars 15 forks source link

Changes as discussed #146

Closed mschottdorf closed 3 years ago

mschottdorf commented 4 years ago

More specifically: (1) assertions are back in the code to enforce the API (2) pytest-code is refactored. I.e. is removed from common and controller, and exclusively contained in /tests. (3) A more elegant way to wait for HAL-Timeout in the controller using the @timeout-decorator