Skip to content

Conversation

jwhonce
Copy link
Member

@jwhonce jwhonce commented Nov 5, 2020

  • Reformat project with black formatter/style + isort
  • Rename __ALL__ to __all__
  • Implement list_containers() + unit tests

Fixes #21

Signed-off-by: Jhon Honce jhonce@redhat.com

@jwhonce jwhonce added the enhancement New feature or request label Nov 5, 2020
@jwhonce jwhonce requested a review from baude November 5, 2020 22:51
@jwhonce jwhonce self-assigned this Nov 5, 2020
@jwhonce
Copy link
Member Author

jwhonce commented Nov 5, 2020

@mwhahaha PTAL

Copy link
Contributor

@mwhahaha mwhahaha left a comment

Choose a reason for hiding this comment

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

looks fine

@jwhonce
Copy link
Member Author

jwhonce commented Nov 6, 2020

@mwhahaha: bors r+

* Reformat project with black formatter/style + isort
* Rename __ALL__ to __all__
* Implement list_containers() + unit tests

Signed-off-by: Jhon Honce <jhonce@redhat.com>
def __init__(self, url, base="/v1.24/libpod", *args,
**kwargs): # pylint: disable-msg=W1113
def __init__(
self, url, base="/v1.24/libpod", *args, **kwargs
Copy link
Contributor

Choose a reason for hiding this comment

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

pylint seems unhappy with this for whatever reason, but we can resolve that later in the black usage patch.

Copy link
Contributor

@mwhahaha mwhahaha left a comment

Choose a reason for hiding this comment

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

LGTM

@mwhahaha
Copy link
Contributor

mwhahaha commented Nov 6, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 6, 2020

🔒 Permission denied

Existing reviewers: click here to make mwhahaha a reviewer

@mwhahaha
Copy link
Contributor

mwhahaha commented Nov 6, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 6, 2020

Build succeeded:

@bors bors bot merged commit 75d54a7 into containers:master Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

why the __ALL__ definitions ?

3 participants