UBC-MDS / fixml

LLM Tool for effective test evaluation of ML projects with curated Checklists and LLM prompts
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 4 months ago

SoloSynth1 commented 4 months 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.