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

[FIX] test_pylint: Fix empty paths #237

Merged
merged 1 commit into from
Aug 30, 2015

Conversation

moylop260
Copy link
Contributor

This fix is to avoid next issue:
OCA/runbot-addons#53

@pedrobaeza
Copy link
Member

👍

1 similar comment
@nhomar
Copy link
Member

nhomar commented Aug 21, 2015

👍

@moylop260 moylop260 self-assigned this Aug 23, 2015
@moylop260
Copy link
Contributor Author

@lepistone
Can you review this Pr, please?

@dreispt
Copy link
Member

dreispt commented Aug 30, 2015

👍

@pedrobaeza
Copy link
Member

Fixes #240.

I merge.

pedrobaeza added a commit that referenced this pull request Aug 30, 2015
@pedrobaeza pedrobaeza merged commit 515569b into OCA:master Aug 30, 2015
extra_params=extra_params)
count_fails = get_count_fails(stats)
except ValueError:
count_fails = -1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has to be count_fails = 0.
See https://travis-ci.org/OCA/contract/jobs/77930562

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is still failing?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

======== Testing test_pylint ========
pylint expected errors 0, found -1!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have amended the commit to put 0. Rerun Travis.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not that simple. I have to reverted again and check carefully

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me try to fix it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here:
#241

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I tested with travis2docker with contract/8.0

pedrobaeza added a commit that referenced this pull request Aug 30, 2015
pedrobaeza added a commit that referenced this pull request Aug 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants