Type conversion by creek0810 · Pull Request #583 · mongomock/mongomock

@creek0810

add type conversion operation

  • toString
  • toInt

@codecov

@creek0810

pcorpet

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your work. Please also add a test in test__mongomock to compare with pymongo behaviour.

@creek0810

@creek0810

I have added test in test__mongomock and changed insert_many to insert_one.

pcorpet