$touch file.py$winpty python.exe$python [file path]$python ./file.py$python -m pytest$python -m pytest --submit$python -m pytest --score$winpty -Xallow-non-tty python -m pytest|grep passed (윈도우) $python -m pytest | grep passed(MAC)$code .$python -m pdb file.py