Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dims
Copy link
Collaborator

@dims dims commented Jan 26, 2017

  • separate batch, extensions and the regular apis into separate modules
  • added delete for some tests

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 26, 2017
@codecov-io
Copy link

codecov-io commented Jan 26, 2017

Current coverage is 94.46% (diff: 100%)

Merging #115 into master will not change coverage

@@             master       #115   diff @@
==========================================
  Files             9          9          
  Lines           668        668          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            631        631          
  Misses           37         37          
  Partials          0          0          

Powered by Codecov. Last update 3b4aec6...38aaec0

import urllib3


def _is_k8s_running():
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: _ at the start used to hide methods in classes. Here the method is being used in this module and it is not exported in its init.py. Thus I don't see any reason to add _.

# under the License.

"""
test_client
Copy link
Contributor

Choose a reason for hiding this comment

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

Look like the file comment does not match filename and its content. I suggest either update it or delete the comment if you don't think it adds value. Whatever you decide here, we should apply it to the rest of e2e test files.

* separate batch, extensions and the regular apis into separate
* added delete for some tests
* drop '_' for is_k8s_running
* remove comments that do not add value
@dims dims force-pushed the add-more-e2e-tests branch from 80dde2d to 38aaec0 Compare January 26, 2017 14:11
@dims
Copy link
Collaborator Author

dims commented Jan 26, 2017

@mbohlool Done!

@mbohlool mbohlool self-assigned this Jan 26, 2017
@mbohlool mbohlool merged commit 1d3cd13 into kubernetes-client:master Jan 26, 2017
yliaog pushed a commit to yliaog/client-python that referenced this pull request Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants