simplemonitor icon indicating copy to clipboard operation
simplemonitor copied to clipboard

Unit test execution

Open cpina opened this issue 1 year ago • 7 comments

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!

cpina avatar Jan 23 '24 23:01 cpina