aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-17 16:21:16 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-17 16:21:16 -0500
commit2b5c704bf6f33f3dc375db296690f0321bb2f260 (patch)
tree22fee569428d4cea3cb96385ef4865d4547b6859 /tests
parent925ffa28d44f701c3831340c46151078656eef2c (diff)
downloadplatform_external_python_uritemplates-2b5c704bf6f33f3dc375db296690f0321bb2f260.tar.gz
platform_external_python_uritemplates-2b5c704bf6f33f3dc375db296690f0321bb2f260.tar.bz2
platform_external_python_uritemplates-2b5c704bf6f33f3dc375db296690f0321bb2f260.zip
Fix handling of unicode values for Python 2
Closes #19
Diffstat (limited to 'tests')
-rw-r--r--tests/test_from_fixtures.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_from_fixtures.py b/tests/test_from_fixtures.py
index 0ecc075..55187e2 100644
--- a/tests/test_from_fixtures.py
+++ b/tests/test_from_fixtures.py
@@ -102,8 +102,6 @@ class TestSpecExamplesByRFCSection(FixtureMixin):
class TestExtendedTests(FixtureMixin):
examples = load_examples('extended-tests')
- @pytest.mark.xfail(sys.version_info < (3, 0),
- reason='See bug #19')
def test_additional_examples_1(self):
"""Check Additional Examples 1."""
self._test('Additional Examples 1')
@@ -116,8 +114,6 @@ class TestExtendedTests(FixtureMixin):
"""Check Additional Examples 3."""
self._test('Additional Examples 3: Empty Variables')
- @pytest.mark.xfail(sys.version_info < (3, 0),
- reason='See bug #19')
def test_additional_examples_4(self):
"""Check Additional Examples 4."""
self._test('Additional Examples 4: Numeric Keys')