Skip to content

Remove warning about open files from test_todo() - #908

Merged
max-wittig merged 1 commit into
python-gitlab:masterfrom
derekschrock:todo-units-test
Oct 13, 2019
Merged

Remove warning about open files from test_todo()#908
max-wittig merged 1 commit into
python-gitlab:masterfrom
derekschrock:todo-units-test

Conversation

@derekschrock

Copy link
Copy Markdown
Contributor

When running unittests python warns that the json file from test_todo()
was still open. Use with to open, read, and create encoded json data
that is used by resp_get_todo().

When running unittests python warns that the json file from test_todo()
was still open. Use with to open, read, and create encoded json data
that is used by resp_get_todo().
@max-wittig

Copy link
Copy Markdown
Member

@derekschrock Thanks for the MR!

@max-wittig
max-wittig merged commit ff808ee into python-gitlab:master Oct 13, 2019
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.

2 participants