facebookresearch / Mephisto

A suite of tools for managing crowdsourcing tasks from the inception through to data packaging for research use.
https://mephisto.ai/
MIT License
303 stars 75 forks source link

Update MockServer in MockArchitect for more consistent testing #572

Open JackUrb opened 3 years ago

JackUrb commented 3 years ago

Overview

At the moment, most flakiness from tests is caused by the interactions of the MockServer in the MockArchitect. There's certainly work to be done to make this mock interact more consistently, and to write helper functions that should improve how easy it is to write tests.

JackUrb commented 1 year ago

See #1064