Skip to content

Conversation

@francobett
Copy link
Contributor

@francobett francobett commented Oct 4, 2018

  1. Select Discount View Tested
    • Post test remaining
  2. Discount access mixin : Deny access to not owned discounts
  3. Fix http 40X

@coveralls
Copy link

coveralls commented Oct 4, 2018

Pull Request Test Coverage Report for Build 60

  • 21 of 25 (84.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+3.6%) to 85.467%

Changes Missing Coverage Covered Lines Changed/Added Lines %
bundesliga_app/views.py 10 11 90.91%
bundesliga_app/utils.py 7 10 70.0%
Totals Coverage Status
Change from base Build 57: 3.6%
Covered Lines: 247
Relevant Lines: 289

💛 - Coveralls

def get_context_data(self, **kwargs):
context = super(ManageDiscount, self).get_context_data(**kwargs)
context['event'] = self.get_event()
# import ipdb;ipdb.set_trace()
Copy link
Contributor

Choose a reason for hiding this comment

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

you gotta be kidding me!

Copy link
Contributor

@Zhinon Zhinon left a comment

Choose a reason for hiding this comment

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

great work!


# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@Zhinon Zhinon merged commit a11f103 into master Oct 4, 2018
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.

4 participants