I'm trying to learn how to use tests but I can't seem to get it to work
PS C:\Users\KARL-RICHTER\Desktop\python_work> pip install pytest
Requirement already satisfied: pytest in c:\users\karl-richter\appdata\roaming\python\python312\site-packages (8.2.2)
Requirement already satisfied: iniconfig in c:\users\karl-richter\appdata\roaming\python\python312\site-packages (from pytest) (2.0.0)
Requirement already satisfied: packaging in c:\users\karl-richter\appdata\roaming\python\python312\site-packages (from pytest) (24.1)
Requirement already satisfied: pluggy<2.0,>=1.5 in c:\users\karl-richter\appdata\roaming\python\python312\site-packages (from pytest) (1.5.0)
Requirement already satisfied: colorama in c:\users\karl-richter\appdata\roaming\python\python312\site-packages (from pytest) (0.4.6)
PS C:\Users\KARL-RICHTER\Desktop\python_work> pytest
pytest : The term 'pytest' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ pytest
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (pytest:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException