Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1106

Implement BSON corpus test suite

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      https://github.com/10gen/specifications/blob/master/source/bson-corpus/bson-corpus.rst

      Test Discrepencies

      Description PyMongo Corpus Spec mongoexport
      Code (without scope)
      {"$code": ..., "$scope": null}
      {"$code": ...}
      {"$code": ...}
      Datetime at epoch
      {"$date": u'1970-01-01T00:00:00.000+0000'}
      {"$date": {"$numberLong": 0}}
      {"$date": "1970-01-01T00:00:00.000Z"}

            Assignee:
            luke.lovett Luke Lovett
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: