[GRASS-git] [OSGeo/grass] 9dd029: gunittest: Exclude broken tests (#1587)

Vaclav Petras noreply at github.com
Sun Jun 6 12:02:31 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass
  Commit: 9dd029564047cbd531431055cf244fd3a99aa185
      https://github.com/OSGeo/grass/commit/9dd029564047cbd531431055cf244fd3a99aa185
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    M .github/workflows/test_thorough.sh
    A .gunittest.cfg
    M python/grass/docs/src/gunittest_running_tests.rst
    M python/grass/gunittest/invoker.py
    M python/grass/gunittest/loader.py
    M python/grass/gunittest/main.py
    M python/grass/gunittest/reporters.py

  Log Message:
  -----------
  gunittest: Exclude broken tests (#1587)

* Adds configuration file to gunittest which can contain list of files to exclude.
* Excluding all currently broken tests and one sometimes failing doctests.
* Print line with failed test name in pytest style.
* Include .git in hardcoded excluded dirs.
* Make the default min-success 100% (assuming no fluctuations with exclusions).
* No tests found ends with an error message, not traceback.
* Increase min success to 100% in CI.




More information about the grass-commit mailing list