Tanja Bayer

Results 3 issues of Tanja Bayer

I am trying to use mongomock to mock all connections going to mongodb. I do it as suggested by the docs: ``` python @mongomock.patch(servers=(('localhost', 27017),)) def test_something(): mongo_client = MongoConnector('localhost)...

Hi, we have a setup where sometimes a STUN server needs to be used (in a company network) and sometimes a TURN server needs to be used (e.g. mobile Hotspot),...

Update the magic-string dependency, because it uses the deprecated dependency [email protected] ``` [email protected]: dependencies: sourcemap-codec: 1.4.8 ```