Skip to content

Commit

Permalink
mongodb implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Jan 29, 2025
1 parent dc033f4 commit efd1365
Show file tree
Hide file tree
Showing 2 changed files with 875 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/nistoar/midas/dbio/test_mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@ def test_select_ids_for_user(self):
self.assertIn(base.PUBLIC_GROUP, matches)
self.assertEqual(len(matches), 4)



if __name__ == '__main__':
test.main()
Loading

0 comments on commit efd1365

Please sign in to comment.