Skip to content

Commit

Permalink
add cases
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyubin2020 committed Aug 11, 2016
1 parent 2db77c1 commit a3b49fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion unittests/test_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from functools import partial

from oss2 import to_string
from common import *
from unittests.common import *


def all_tags(parent, tag):
Expand Down
2 changes: 1 addition & 1 deletion unittests/test_iterator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

from mock import patch
from common import *
from unittests.common import *

from oss2.models import SimplifiedBucketInfo, SimplifiedObjectInfo
from oss2 import to_string
Expand Down
2 changes: 1 addition & 1 deletion unittests/test_multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from functools import partial
from mock import patch

from common import *
from unittests.common import *


class TestMultipart(OssTestCase):
Expand Down
2 changes: 1 addition & 1 deletion unittests/test_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from oss2 import to_string
from mock import patch

from common import *
from unittests.common import *


def make_get_object(content):
Expand Down
2 changes: 1 addition & 1 deletion unittests/test_task_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from oss2.task_queue import TaskQueue
from functools import partial
from common import NonlocalObject
from unittests.common import NonlocalObject


class TestTaskQueue(unittest.TestCase):
Expand Down

0 comments on commit a3b49fa

Please sign in to comment.