UBC-MDS / fixml

Checklists and LLM prompts for efficient and effective test creation in data analysis
https://ubc-mds.github.io/fixml
Other
3 stars 2 forks source link

ci: Create CI/CD pipeline for testing packaging process; include integration tests #186

Closed SoloSynth1 closed 1 week ago

SoloSynth1 commented 2 weeks ago

This PR:

Now when running pytest, all tests including integration tests would be executed. If you want only to perform unit tests, run pytest -m "not integration". This instruction has been included in README.md.

Please note that this PR is based on changes on #164 as there were some changes in the test folder structure. You might want to review and merge that PR first.

Closes #166.