diff options
author | kafkaf- <thekafkaf@gmail.com> | 2014-11-14 16:05:00 +0200 |
---|---|---|
committer | kafkaf- <thekafkaf@gmail.com> | 2014-11-14 16:05:00 +0200 |
commit | ec26151db15c241e29c7730dc12657434370ff67 (patch) | |
tree | 7bd311cb3b7ec9a2b1459d63bdb580133bb23937 /tests.py | |
parent | 4dc82340e04f1f445e072952ec03a3e9f544bc66 (diff) | |
download | python-json-pointer-ec26151db15c241e29c7730dc12657434370ff67.tar.gz |
Removed unrelated changes to the contains method, reverted the exception handle
Diffstat (limited to 'tests.py')
-rwxr-xr-x | tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |