@@ -1267,6 +1267,7 @@ class OpenShiftCLIConfig(object):
# -*- -*- -*- Begin included fragment: lib/project.py -*- -*- -*-
+
# pylint: disable=too-many-instance-attributes
class ProjectConfig(OpenShiftCLIConfig):
''' project config object '''
@@ -1,4 +1,6 @@
# pylint: skip-file
+# flake8: noqa
@@ -117,10 +117,6 @@ class OCProjectTest(unittest.TestCase):
])
- #mock_write.assert_has_calls([
- #mock.call(mock.ANY, "{'one': 1, 'two': 2, 'three': 3}"),
- #])
-
def tearDown(self):
'''TearDown method'''
pass