fully test set protocol

This commit is contained in:
Kyle Robbertze 2021-01-22 22:13:31 +02:00
parent 0f9b6ffab6
commit 6b37b3dbab
4 changed files with 85 additions and 6 deletions

View file

@ -5,7 +5,7 @@ class TestApcUrl(unittest.TestCase):
def test_init(self):
url = "/testing"
u = ApcUrl(url)
self.assertEqual( u.base_url, url)
self.assertEqual(u.base_url, url)
def test_params_1(self):
u = ApcUrl("/testing/%%key%%")