Alaric Whitney

Results 3 comments of Alaric Whitney

I've proven out that selecting columns doesn't work: ```python session = UnifiedAlchemyMagicMock() session.add(Model(col1=1, col2=2)) v = session.query(Model.col2).first() assert v.col2 == 2 # None - assert fails ``` ```python session =...

I should add that there's no breaking changes with this PR.

@mastercactapus I've used AMD quite a bit, and with Twilio, the answer is a bit nuanced. - Twilio voice status messages will respond with completed when answered by a human...