Skip to content

Instantly share code, notes, and snippets.

@gartha1
Created August 3, 2022 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gartha1/e71611d5979d5593fa4a7dbda2a3a23c to your computer and use it in GitHub Desktop.
Save gartha1/e71611d5979d5593fa4a7dbda2a3a23c to your computer and use it in GitHub Desktop.
C:\pythontest\playwrighttest2>python test_my_application.py
C:\pythontest\playwrighttest2>pytest
================================================= test session starts =================================================
platform win32 -- Python 3.10.6, pytest-7.1.2, pluggy-1.0.0
rootdir: C:\pythontest\playwrighttest2
plugins: base-url-2.0.0, playwright-0.3.0
collected 1 item
test_my_application.py . [100%]
================================================== warnings summary ===================================================
test_my_application.py: 244 warnings
C:\Users\USER\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pyee\__init__.py:65: DeprecationWarning: pyee.AsyncIOEventEmitter has been moved to the pyee.asyncio module.
warn(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================================== 1 passed, 244 warnings in 6.69s ===========================================
C:\pythontest\playwrighttest2>dir
Volume in drive C is Local Disk
Volume Serial Number is 8E06-0977
Directory of C:\pythontest\playwrighttest2
03/08/2022 21:05 <DIR> .
03/08/2022 21:05 <DIR> ..
03/08/2022 21:05 <DIR> .pytest_cache
03/08/2022 21:06 688 test_my_application.py
03/08/2022 20:52 0 tut.txt
03/08/2022 21:06 <DIR> __pycache__
2 File(s) 688 bytes
4 Dir(s) 7,668,592,640 bytes free
C:\pythontest\playwrighttest2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment