jsonplaceholder-tests/ ├── tests/ │ ├── init.py │ ├── conftest.py │ └── test_posts.py ├── requirements.txt ├── README.md └── pytest.ini