fully test set protocol
This commit is contained in:
parent
0f9b6ffab6
commit
6b37b3dbab
4 changed files with 85 additions and 6 deletions
|
@ -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%%")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue