Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Add pylint override for number of test functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Oct 31, 2016
1 parent a77db29 commit 8fa53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance/tests/models/test_openedx_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# Tests #######################################################################

@ddt.ddt
@ddt.ddt # pylint: disable=too-many-public-methods
class OpenEdXInstanceTestCase(TestCase):
"""
Test cases for OpenEdXInstance models
Expand Down

0 comments on commit 8fa53fe

Please sign in to comment.