Skip to content

Conversation

ecilveks
Copy link
Contributor

Created test for clear expired management command.

@coveralls
Copy link

coveralls commented Dec 17, 2018

Pull Request Test Coverage Report for Build 1061

  • 15 of 15 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.6%) to 94.528%

Totals Coverage Status
Change from base Build 1060: 1.6%
Covered Lines: 1192
Relevant Lines: 1261

💛 - Coveralls

@cleder cleder requested a review from jleclanche December 17, 2018 15:40
oauth2_settings.REFRESH_TOKEN_EXPIRE_SECONDS = "A"
with pytest.raises(ImproperlyConfigured) as excinfo:
clear_expired()
result = excinfo.value.__class__.__name__
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks redundant

@auvipy auvipy merged commit 510ebd0 into django-oauth:master Feb 21, 2019
@ecilveks ecilveks deleted the feature/test-for-clear-expired-AUTH-55 branch December 4, 2019 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants