Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
c7124929
Commit
c7124929
authored
May 16, 2013
by
Sofia Papagiannaki
Browse files
pithos: fix tests
Change erroneous import
parent
e0506742
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/pithos/api/tests.py
View file @
c7124929
...
...
@@ -39,7 +39,7 @@ import time as _time
import
pithos.api.settings
as
settings
from
pithos.api.
swiss_army
import
SwissArmy
from
pithos.api.
manage_accounts
import
ManageAccounts
def
get_random_data
(
length
=
500
):
char_set
=
string
.
ascii_uppercase
+
string
.
digits
...
...
@@ -47,7 +47,7 @@ def get_random_data(length=500):
class
TestPublic
(
unittest
.
TestCase
):
def
setUp
(
self
):
self
.
utils
=
SwissArmy
()
self
.
utils
=
ManageAccounts
()
self
.
backend
=
self
.
utils
.
backend
self
.
utils
.
create_account
(
'account'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment