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

added .begin_nested() cm support #208

Merged
merged 2 commits into from
Nov 18, 2016
Merged

added .begin_nested() cm support #208

merged 2 commits into from
Nov 18, 2016

Conversation

hudecof
Copy link
Contributor

@hudecof hudecof commented Nov 16, 2016

added support for .begin_nested() cm

In test suite teher are generally no context manager tests for .begin() so I did not create any for .begin_nested().
Existing tests passed.

@asvetlov
Copy link
Member

Explicit tests for async with are required.
Please push them into tests/pep492 folder.

@codecov-io
Copy link

Current coverage is 92.77% (diff: 100%)

Merging #208 into master will increase coverage by 0.01%

@@             master       #208   diff @@
==========================================
  Files            12         12          
  Lines          1312       1315     +3   
  Methods           0          0          
  Messages          0          0          
  Branches        161        161          
==========================================
+ Hits           1217       1220     +3   
  Misses           69         69          
  Partials         26         26          

Powered by Codecov. Last update e0630aa...e855e9f

@hudecof
Copy link
Contributor Author

hudecof commented Nov 17, 2016

@asvetlov I added one test case. Not sure if it fit's your needs.

@asvetlov
Copy link
Member

Cool! Thanks!

@asvetlov asvetlov merged commit 7616230 into aio-libs:master Nov 18, 2016
@hudecof
Copy link
Contributor Author

hudecof commented Nov 18, 2016

Thanks, please don't forget to close #201, I did not mentionedin the commit ;(

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