Created
November 21, 2021 04:34
-
-
Save guissalustiano/38fbfb2ebd12bc12fb85ef379c18167b to your computer and use it in GitHub Desktop.
pytest_output.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pytest | |
========================= test session starts ========================= | |
platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 | |
rootdir: /home/guiss/Projetos/Turing/Talks/Logs | |
collected 4 items | |
util_test.py .... [100%] | |
======================== 4 passed in 0.01s ============================ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment