simplemonitor
simplemonitor copied to clipboard
Unit test execution
In the git checkout 679353b0a0656bdbeed8293bb1a342f76f77417f
, if I run the unit tests with pytest
I get 23 failures (https://gist.github.com/cpina/e1daef2c0687f0a01baaa8d950f44eb4)
If I do checkout the version v1.12.0 I get 3 failures (https://gist.github.com/cpina/1d1fa39cd6a9784fce2791ea0dea1cd2).
Two questions:
- What the best way to run the tests?
- I am packaging v1.12.0 for Debian (latest released version) and skipping the three failing unit tests. If we could confirm that it's a failing unit test, not a failing code, it would be great!