Testing code with pytest library1. Python includes a tool called pip that’s used to install third- party packages. Because pip helps install packages from external resources, it’s updated often to address potential security issues. So update pip first (open new terminal window and type the code below)python -m pip install --upgrade pippython -m pip install --upgrade 패키지_이름2. Now install pytestpy..