OTA-Insight / djangosaml2idp

SAML 2.0 Identity Provider in Django
Apache License 2.0
104 stars 96 forks source link

Change the datetime used in tests to a far future #115

Closed challet closed 3 years ago

challet commented 3 years ago

Some tests were failing due to the validUntil datetime in fixtures being now expired.

codecov-io commented 3 years ago

Codecov Report

Merging #115 (9179c4f) into master (e123199) will decrease coverage by 3.30%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   97.40%   94.09%   -3.31%     
==========================================
  Files           6       10       +4     
  Lines         347      661     +314     
==========================================
+ Hits          338      622     +284     
- Misses          9       39      +30     
Impacted Files Coverage Δ
djangosaml2idp/models.py 95.08% <0.00%> (-0.03%) :arrow_down:
djangosaml2idp/urls.py 100.00% <0.00%> (ø)
djangosaml2idp/views.py 87.33% <0.00%> (ø)
djangosaml2idp/__init__.py 0.00% <0.00%> (ø)
djangosaml2idp/processors.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e123199...9179c4f. Read the comment docs.