Skip to content

Commit c050bbe

Browse files
committed
PEP8
1 parent c4aefe2 commit c050bbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

webdavfs/tests/test_docker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ class TestExistDB30(_TestDocker, unittest.TestCase):
5151
server_image = 'zopyx/existdb-30'
5252
webdav_url = 'webdav://admin:admin@localhost:10080/exist/webdav/db'
5353

54+
5455
class TestExistDB22(_TestDocker, unittest.TestCase):
5556
server_image = 'zopyx/existdb-22'
5657
webdav_url = 'webdav://admin:admin@localhost:10080/exist/webdav/db'
5758

59+
5860
class TestBaseX86(_TestDocker, unittest.TestCase):
5961
server_image = 'zopyx/basex-86'
6062
webdav_url = 'webdav://admin:admin@localhost:10080/webdav'

webdavfs/tests/test_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111

1212
@unittest.skipUnless(
13-
os.getenv('WEBDAVFS_USE_SERVERS', 'false').lower() == 'true',
14-
'Set WEBDAVFS_USE_SERVERS to True to enable tests against real servers')
13+
os.getenv('WEBDAVFS_USE_SERVERS', 'false').lower() == 'true',
14+
'Set WEBDAVFS_USE_SERVERS to True to enable tests against real servers')
1515
class _TestServer(_TestWebDAVFS):
1616
"""Test WebDAVFS implementation using actual servers."""
1717

0 commit comments

Comments
 (0)