- Python 3.14.4
独学プログラマー Python言語の基本から仕事のやり方まで
$ pip install -r requirements.txt$ pytest
============================= test session starts ==============================
platform linux -- Python 3.14.4, pytest-9.0.3, pluggy-1.6.0
rootdir: /mnt/c/Users/binlh/Documents/development/tutorials/python
collected 47 items
test/test_basic.py ..... [ 10%]
test/test_circle.py . [ 12%]
test/test_container.py ..... [ 23%]
test/test_file.py ... [ 29%]
test/test_function.py ..... [ 40%]
test/test_hexagon.py . [ 42%]
test/test_horse.py . [ 44%]
test/test_is_the_same.py .. [ 48%]
test/test_loop.py ..... [ 59%]
test/test_modu.py .. [ 63%]
test/test_pet.py . [ 65%]
test/test_rectangle.py . [ 68%]
test/test_rider.py . [ 70%]
test/test_square.py ... [ 76%]
test/test_strings.py .......... [ 97%]
test/test_triangle.py . [100%]
============================== 47 passed in 1.58s ==============================