Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Seibert
xtreemfs_client
Commits
c8d32a4a
Commit
c8d32a4a
authored
Apr 09, 2018
by
Felix Seibert
Browse files
fixing test class names
parent
b5894bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_xtreemfs_client.py
View file @
c8d32a4a
...
...
@@ -17,7 +17,7 @@ class TestDivUtil(unittest.TestCase):
self
.
assertEqual
(
div_util
.
remove_leading_trailing_slashes
(
s
),
'just_one_tile'
)
class
Test
X
OSDManager
(
unittest
.
TestCase
):
class
TestOSDManager
(
unittest
.
TestCase
):
def
setUp
(
self
):
# fields for unit testing without an xtreemfs instance
self
.
volume_name
=
'volume'
...
...
@@ -59,7 +59,7 @@ class TestXOSDManager(unittest.TestCase):
self
.
assertEqual
(
expected_target_dir
,
target_dir
)
class
Test
X
OSDManagerWithXtreemFS
(
unittest
.
TestCase
):
class
TestOSDManagerWithXtreemFS
(
unittest
.
TestCase
):
def
setUp
(
self
):
# fields for unit testing with a running xtreemfs instance and real files
# two mount points of the same xtreemfs volume
...
...
Write
Preview
Supports
Markdown
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