django-cms / djangocms-moderation

Other
13 stars 21 forks source link

fix: Add djangocms-alias to test settings and requirements #214

Closed michaeljcollinsuk closed 1 year ago

michaeljcollinsuk commented 2 years ago

After pulling the package tests were failing locally due to missing dependency. These changes add the missing dependency and update the test settings so that the test suite runs successfully.

codecov[bot] commented 2 years ago

Codecov Report

Merging #214 (162446b) into master (a2be186) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #214   +/-   ##
=======================================
  Coverage   84.19%   84.19%           
=======================================
  Files          23       23           
  Lines        1740     1740           
  Branches      282      282           
=======================================
  Hits         1465     1465           
  Misses        245      245           
  Partials       30       30           

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 a2be186...162446b. Read the comment docs.

fsbraun commented 1 year ago

Added in #216