NatLibFi / Annif

Annif is a multi-algorithm automated subject indexing tool for libraries, archives and museums.
https://annif.org
Other
190 stars 41 forks source link

Avoid PytestUnknownMarkWarning due to "slow" marker #728

Closed juhoinkinen closed 11 months ago

juhoinkinen commented 11 months ago

Register "slow" test marker as described in pytest documentation to avoid the warning:

tests/test_openapi.py:22
  /home/local/jmminkin/git/Annif/tests/test_openapi.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.slow

The "slow" marker was added in #685.

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 11 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (40cc2fd) 99.67% compared to head (468e263) 99.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #728 +/- ## ======================================= Coverage 99.67% 99.67% ======================================= Files 89 89 Lines 6397 6397 ======================================= Hits 6376 6376 Misses 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.