Skip to content

Commit

Permalink
Added pylint decorators to ignore warnings for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanRumsey committed Jul 1, 2021
1 parent 3169bfb commit 306c27b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stochss/tests/test_stochss_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

os.chdir('/stochss')

# pylint: disable=too-many-public-methods
# pylint: disable=line-too-long
class TestStochSSBaseObject(unittest.TestCase):
'''
################################################################################################
Expand Down

0 comments on commit 306c27b

Please sign in to comment.