test_report.py 197 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/env python
  3. from bson.objectid import ObjectId
  4. example_daily_stat = {
  5. '_id': ObjectId(),
  6. 'dealerId': '',
  7. 'groups': {
  8. '1111': { '' }
  9. }
  10. }