File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1515"""Test the database module."""
1616
1717import datetime
18- import random
1918import sys
20- from unittest .case import SkipTest
2119
2220sys .path [0 :0 ] = ["" ]
2321import unittest
22+ from nose .plugins .skip import SkipTest
2423
2524from bson .code import Code
2625from bson .dbref import DBRef
2726from bson .objectid import ObjectId
2827from bson .son import SON
2928from pymongo import (ALL ,
30- ASCENDING ,
31- DESCENDING ,
3229 helpers ,
3330 OFF ,
3431 SLOW_ONLY )
3532from pymongo .collection import Collection
36- from pymongo .connection import Connection
3733from pymongo .database import Database
3834from pymongo .errors import (CollectionInvalid ,
3935 InvalidName ,
40- InvalidOperation ,
4136 OperationFailure )
4237from pymongo .son_manipulator import (AutoReference ,
4338 NamespaceInjector ,
You can’t perform that action at this time.
0 commit comments