Alexander Mohr

Results 302 comments of Alexander Mohr

FYI the unittest mocking framework does special things for `__enter__` and `__exit__` (MagicMock), similarly the asynctest module owner recently fixed wrapping for `__aenter__` and `__aexit__`: https://github.com/Martiusweb/asynctest/issues/29. So perhaps there needs...

btw work-around is switching unittest.IsolatedAsyncioTestCase

I ended up creating my own version of async google api that replaces the sync functionality in the core google apis, will close. I've been working to try to open...

btw here are some testcases: http://geographiclib.sourceforge.net/2009-03/geodesic.html

FYI I tried this PR with moderate complexity multiline bash files and it doesn't work.

I'll try again, gimme a min

btw can you merge master to your branch? You're 18 commits behind, and have conflicts here

so it fails on this script: ```bash #!/bin/bash -xe docker build --pull --tag s2-build . docker run -it --rm -v `pwd`:/s2 s2-build ``` with error: ``` File "/Users/amohr/dev/third_party/bashlex/bashlex/parser.py", line 583,...

some others like: ``` 19:08:37.786 ERROR NodeExecutor - ExecutionNode{signature=Lcom/ge/commonframework/c/d;->a(Ljava/security/KeyStore;)Ljava/util/HashMap;, op=invoke-virtual {r5}, Ljava/security/KeyStore;->aliases()Ljava/util/Enumeration;, @=5} unhandled virtual exception: {} java.lang.NullPointerException: null ```