#### Setting Up pytest - [ ] Install pytest as a development dependency - [ ] Create a pytest configuration file (`pytest.ini`) - [ ] Verify pytest installation by running a sample test #### Configuring pytest - [ ] Add the pytest command to the project's CI/CD pipeline - [ ] Configure test discovery rules in `pytest.ini` - [ ] Write a basic test case in a new test file
Setting Up pytest
pytest.ini)Configuring pytest
pytest.ini