10 lines
388 B
Plaintext
10 lines
388 B
Plaintext
(venv) $ pytest
|
|
============================= test session starts ==============================
|
|
platform darwin -- Python 3.10.6, pytest-7.1.3, pluggy-1.0.0
|
|
rootdir: /Users/mhartl/repos/python_package_tutorial
|
|
collected 2 items
|
|
|
|
tests/test_phrase.py .. [100%]
|
|
|
|
============================== 2 passed in 0.00s ===============================
|