We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74f00c commit 54ddd6fCopy full SHA for 54ddd6f
1 file changed
atwiki/test/test_uri.py
@@ -9,6 +9,10 @@
9
from . import TEST_BASE_URI
10
11
class AtWikiURITest(TestCase):
12
+ def test_str(self):
13
+ base = TEST_BASE_URI
14
+ self.assertEqual(base, str(AtWikiURI(base)))
15
+
16
def test_path_input(self):
17
base = TEST_BASE_URI
18
uri = AtWikiURI(base)
0 commit comments