def test_login(): print("Login to application")
def test_checkout():
print("Checkout")
def test_logout():
print("Logout From application")
warnings summary
....\anaconda3\lib\site-packages\pyreadline\py3k_compat.py:19 C:\Users\hp\anaconda3\lib\site-packages\pyreadline\py3k_compat.py:19: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collect ions.abc' is deprecated since Python 3.3, and in 3.10 it will stop working return isinstance(x, collections.Callable)