move-coop / parsons

A python library of connectors for the progressive community.
Other
254 stars 125 forks source link

Fix misspecified tests using MagicMock().called_with() #1072

Closed austinweisgrau closed 6 days ago

austinweisgrau commented 4 weeks ago

See issue #1071

The tests which use this method must be rewritten - some of them fail once the misspecified method is fixed, and will need to be rewritten to actually test what they intend to test.

TO DO:

BLOCKING: