You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
297 B
Python
30 lines
297 B
Python
7 years ago
|
# CRUD Cookies
|
||
|
|
||
|
|
||
|
def test_get_cookies():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_get_cookie():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_valid_create_cookie():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_invalid_create_cookie():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_valid_update_cookie():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_invalid_update_cookie():
|
||
|
pass
|
||
|
|
||
|
|
||
|
def test_delete_cookie():
|
||
|
pass
|