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

Commit

Permalink
self is not used -> staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Mar 31, 2016
1 parent 1b2d85d commit c58407f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildtimetrend/travis/test/env_var_test.py
Expand Up @@ -31,7 +31,8 @@ class TestTravisEnvVar(unittest.TestCase):

"""Unit tests for Travis CI environment variable related functions"""

def setUp(self):
@staticmethod
def setUp():
"""Initialise test environment before each test."""
# reinit settings singleton
Settings().__init__()
Expand Down

0 comments on commit c58407f

Please sign in to comment.