summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-07-23 16:41:45 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-07-23 16:41:45 -0700
commit290a2087147bb0f3c8da1e49f7223776cafa5779 (patch)
tree3a4c88a3365d2a7f87b4cf425fa407dfe668a4c7
parent1685b4466a7664530212eceff95655af48ebd628 (diff)
downloadswift-bench-290a2087147bb0f3c8da1e49f7223776cafa5779.tar.gz
Corrected many style violations in the tests.
I focussed primarily on F-category violations, they are all but all fixed with this patch. Change-Id: I343f6945c97984ed1093bc347b6def6994297041
-rw-r--r--test/unit/common/test_bench.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/common/test_bench.py b/test/unit/common/test_bench.py
index 8f748d7..d8ae981 100644
--- a/test/unit/common/test_bench.py
+++ b/test/unit/common/test_bench.py
@@ -16,11 +16,9 @@
# TODO: Tests
import unittest
-from swift.common import bench
class TestBench(unittest.TestCase):
-
def test_placeholder(self):
pass