Uninett / zinolib

Python library for zino
Apache License 2.0
1 stars 3 forks source link

Switch test runner to pytest #34

Closed hmpf closed 8 months ago

sonarcloud[bot] commented 8 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

github-actions[bot] commented 8 months ago

Test results

    3 files      3 suites   41s :stopwatch:   53 tests   53 :heavy_check_mark: 0 :zzz: 0 :x: 159 runs  159 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 3f3d449e.

codecov[bot] commented 8 months ago

Codecov Report

Merging #34 (3f3d449) into main (f140df8) will increase coverage by 0.17%. Report is 10 commits behind head on main. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   71.12%   71.30%   +0.17%     
==========================================
  Files          13       13              
  Lines        1136     1143       +7     
==========================================
+ Hits          808      815       +7     
  Misses        328      328              
Files Coverage Δ
src/zinolib/config/models.py 100.00% <100.00%> (ø)
src/zinolib/config/utils.py 100.00% <100.00%> (+4.76%) :arrow_up:
src/zinolib/controllers/zino1.py 70.86% <100.00%> (ø)
src/zinolib/config/zino1.py 79.31% <33.33%> (-2.18%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hmpf commented 8 months ago

I have tested and the following things I need still work:

Therefore, I'll be merging this code.

This does NOT mean that existing tests will be rewritten to pytest-style or new tests will be written in pytest-style or pytest fixtures will be used.