summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_qtutils.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-11-28 11:26:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2018-11-28 12:51:53 +0100
commit2453134011a8a7fc3e813d55e578b72ea07a5a42 (patch)
tree5087f0c73620550181f48c2804b4114b59811d21 /tests/unit/utils/test_qtutils.py
parent5ed3fb723d52092a1609c097c8a16e709a95911f (diff)
downloadqutebrowser-2453134011a8a7fc3e813d55e578b72ea07a5a42.tar.gz
qutebrowser-2453134011a8a7fc3e813d55e578b72ea07a5a42.zip
Remove unnecessary pass statements
Diffstat (limited to 'tests/unit/utils/test_qtutils.py')
-rw-r--r--tests/unit/utils/test_qtutils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/unit/utils/test_qtutils.py b/tests/unit/utils/test_qtutils.py
index 0825d1fb3..3b625b3a5 100644
--- a/tests/unit/utils/test_qtutils.py
+++ b/tests/unit/utils/test_qtutils.py
@@ -336,8 +336,6 @@ class SavefileTestException(Exception):
"""Exception raised in TestSavefileOpen for testing."""
- pass
-
@pytest.mark.usefixtures('qapp')
class TestSavefileOpen:
@@ -541,7 +539,6 @@ if test_file is not None:
def testReadinto_text(self):
"""Skip this test as BufferedIOBase seems to fail it."""
- pass
class PyOtherFileTests(PyIODeviceTestMixin, test_file.OtherFileTests,
unittest.TestCase):
@@ -550,11 +547,9 @@ if test_file is not None:
def testSetBufferSize(self):
"""Skip this test as setting buffer size is unsupported."""
- pass
def testTruncateOnWindows(self):
"""Skip this test truncating is unsupported."""
- pass
class FailingQIODevice(QIODevice):