Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests #10

Merged
merged 2 commits into from
Dec 20, 2020
Merged

Add tests #10

merged 2 commits into from
Dec 20, 2020

Conversation

yakky
Copy link
Member

@yakky yakky commented Dec 20, 2020

Description

Add comprehensive test suite

References

Fix #2

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

@yakky yakky added the type: feature New feature or request label Dec 20, 2020
@yakky yakky force-pushed the feature/issue-2-tests branch 7 times, most recently from 1f83835 to a746b1d Compare December 20, 2020 04:38
@codecov
Copy link

codecov bot commented Dec 20, 2020

Codecov Report

Merging #10 (8a2b3da) into master (c69ecbe) will increase coverage by 96.93%.
The diff coverage is 95.23%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #10       +/-   ##
===========================================
+ Coverage    0.00%   96.93%   +96.93%     
===========================================
  Files           6        7        +1     
  Lines         155      163        +8     
  Branches       23       26        +3     
===========================================
+ Hits            0      158      +158     
+ Misses        155        2      -153     
- Partials        0        3        +3     
Flag Coverage Δ
unittests 96.93% <95.23%> (+96.93%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app_enabler/__main__.py 0.00% <ø> (ø)
app_enabler/patcher.py 93.84% <90.00%> (+93.84%) ⬆️
app_enabler/cli.py 100.00% <100.00%> (+100.00%) ⬆️
app_enabler/django.py 100.00% <100.00%> (+100.00%) ⬆️
app_enabler/errors.py 100.00% <100.00%> (ø)
app_enabler/install.py 100.00% <100.00%> (+100.00%) ⬆️
... and 2 more

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 c69ecbe...8a2b3da. Read the comment docs.

@coveralls
Copy link

coveralls commented Dec 20, 2020

Pull Request Test Coverage Report for Build 433410029

  • 21 of 21 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+96.7%) to 97.706%

Totals Coverage Status
Change from base Build 404164059: 96.7%
Covered Lines: 162
Relevant Lines: 164

💛 - Coveralls

@yakky yakky merged commit d76a244 into master Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests with djangocms-blog
2 participants