Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: test logging thread class. #65

Merged
merged 1 commit into from
Oct 26, 2018
Merged

test: test logging thread class. #65

merged 1 commit into from
Oct 26, 2018

Conversation

alexandrevicenzi
Copy link
Contributor

@alexandrevicenzi alexandrevicenzi commented Oct 24, 2018

Unit tests for LoggingThread and LoggingIO class.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 50

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.0%) to 35.901%

Totals Coverage Status
Change from base Build 41: 2.0%
Covered Lines: 2125
Relevant Lines: 5919

💛 - Coveralls


class TestLoggingThread(unittest.TestCase):

@unittest.skipIf(six.PY3, 'Encoding errors on Python 3')
Copy link
Member

Choose a reason for hiding this comment

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

Would you be able to file a bug about that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, but on GitHub we already have a bug report about py3.

Copy link
Member

Choose a reason for hiding this comment

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

Then you can mention it in the text here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Created issue #66 for this case.

@rohanpm rohanpm merged commit 410179b into release-engineering:master Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants