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.
cookie-api/tests/test_cookies.py

30 lines
297 B
Python

# 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