summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authorkafkaf- <thekafkaf@gmail.com>2014-11-14 16:05:00 +0200
committerkafkaf- <thekafkaf@gmail.com>2014-11-14 16:05:00 +0200
commitec26151db15c241e29c7730dc12657434370ff67 (patch)
tree7bd311cb3b7ec9a2b1459d63bdb580133bb23937 /tests.py
parent4dc82340e04f1f445e072952ec03a3e9f544bc66 (diff)
downloadpython-json-pointer-ec26151db15c241e29c7730dc12657434370ff67.tar.gz
Removed unrelated changes to the contains method, reverted the exception handle
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index db9c1c7..cc81dc6 100755
--- a/tests.py
+++ b/tests.py
@@ -96,7 +96,6 @@ class ComparisonTests(unittest.TestCase):
p3 = JsonPointer("/b/c")
self.assertTrue(p1.contains(p2))
- self.assertTrue(p1.contains(p1))
self.assertFalse(p1.contains(p3))