Skip to content

Commit 54ddd6f

Browse files
committed
add test
1 parent a74f00c commit 54ddd6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

atwiki/test/test_uri.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
from . import TEST_BASE_URI
1010

1111
class AtWikiURITest(TestCase):
12+
def test_str(self):
13+
base = TEST_BASE_URI
14+
self.assertEqual(base, str(AtWikiURI(base)))
15+
1216
def test_path_input(self):
1317
base = TEST_BASE_URI
1418
uri = AtWikiURI(base)

0 commit comments

Comments
 (0)