Support read_concern in database.get_collection() by m-aciek · Pull Request #708 · mongomock/mongomock
Thanks for looking into this.
Read concern works already in with_options of collection.
I think read concern shouldn't make a difference when using one replica, which we are mocking.
I wonder if I should bring a duck typing like in collection.with_options() (with using _WITH_OPTIONS_KWARGS) or just checking the type (first trying to import it from PyMongo, then from mongomock) is enough?