summaryrefslogtreecommitdiff
path: root/tests/test_algorithms.py
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-04-12 22:26:40 -0500
committerMark Adams <madams@atlassian.com>2015-04-14 09:53:39 -0500
commit03b7356e1a6eec42aa28ff3c1fa40a56aaa3603d (patch)
tree2319772b857458056d7c8980ab83f15483c2d2e5 /tests/test_algorithms.py
parent6315f8694348ef64560eaf6f878247ae5b6cdc08 (diff)
downloadpyjwt-03b7356e1a6eec42aa28ff3c1fa40a56aaa3603d.tar.gz
Minor refactorings to move some utils code around and remove unneeded code.
Diffstat (limited to 'tests/test_algorithms.py')
-rw-r--r--tests/test_algorithms.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_algorithms.py b/tests/test_algorithms.py
index 24d5f15..d403d3e 100644
--- a/tests/test_algorithms.py
+++ b/tests/test_algorithms.py
@@ -17,9 +17,6 @@ except ImportError:
class TestAlgorithms(unittest.TestCase):
- def setUp(self): # noqa
- pass
-
def test_algorithm_should_throw_exception_if_prepare_key_not_impl(self):
algo = Algorithm()