Learning Python: Day 38
Running a test $ pytest ========================test session starts=================== ========== platform darwin — Python 3.x.x, pytest-8 .x.x, pluggy-1.x.x rootdir: /…/python_work/chapter_11 collected 1 item . test_name_function.py . ======================== 1 passed in 0.00s =================== ========== A failing test name_function.py def get_formatted_name(first, middle, last):… Read More »Learning Python: Day 38