Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #570 from vauxoo-dev/master-oca-expected_errors_ve…
Browse files Browse the repository at this point in the history
…rsion_format-luisg

[FIX] self_tests: Adjust expected values after pylint change
  • Loading branch information
pedrobaeza committed Aug 23, 2018
2 parents 1afb708 + 24f5767 commit b3b697c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travis/self_tests
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class MainTest(unittest.TestCase):
self.modules_cmd = run_pylint.get_modules_cmd(self.git_work_dir)
self.beta_msgs = run_pylint.get_beta_msgs()
self.errors_dict = EXPECTED_ERRORS.copy()
self.maxDiff = None

def test_modules_to_preinstall(self):
res = [x for x in self.to_preinstall if x in self.addons_list]
Expand Down Expand Up @@ -286,6 +287,9 @@ class MainTest(unittest.TestCase):
@unittest.skipIf(os.environ.get('LINT_CHECK', 0) != '1', "Set LINT_CHECK")
def test_check_v7_ispr(self):
self.errors_dict.update(EXPECTED_ERRORS_PR)
self.errors_dict.update({
'manifest-version-format': 6,
})

with _patch_streams(StringIO()):
result = run_pylint.pylint_run(
Expand Down

0 comments on commit b3b697c

Please sign in to comment.