Skip to content

Conversation

@ryanjulian
Copy link
Member

unittest.TestCase uses non-PEP8 compliant names for some test methods.

The PR allows only those non-conforming names, so that unit tests can still pass flake8.

@ryanjulian ryanjulian requested a review from krzentner February 14, 2019 23:26
@codecov-io
Copy link

codecov-io commented Feb 14, 2019

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   71.59%   71.59%           
=======================================
  Files          17       17           
  Lines         352      352           
=======================================
  Hits          252      252           
  Misses        100      100

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3faa85a...21b1a08. Read the comment docs.

`unittest.TestCase` uses non-PEP8 compliant names for some test methods.

The PR allows only those non-conforming names, so that unit tests can
still pass flake8.
@ryanjulian ryanjulian merged commit cfcda67 into master Feb 20, 2019
@ryanjulian ryanjulian deleted the unittest-names branch February 20, 2019 23:37
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.

4 participants