ersilia-os / ersilia-pack

Module to pack Ersilia models with FastAPI
GNU General Public License v3.0
1 stars 6 forks source link

YAMLInstallParser Class Unit Test #34

Open Faith-Adegoke opened 1 month ago

Faith-Adegoke commented 1 month ago

Thank you for taking your time to contribute to Ersilia, just a few checks before we proceed

Description The task is to implement unit testing for the YAMLInstallParser Class in the parser module with different possible cases. The function of the class is to parse a YAML file that contains some installation details like the Python version and the list of commands.

Changes to be made

Status

image

To do

Is this pull request related to any open issue? If yes, replace issueID below with the issue ID

Related to #27

Faith-Adegoke commented 1 month ago

@DhanshreeA Kindly help review this. Thank you.

DhanshreeA commented 3 weeks ago

@Faith-Adegoke many many apologies but could you use pytest syntax instead? I should have specified this from the start. My bad!

Faith-Adegoke commented 3 weeks ago

Hello @DhanshreeA , I have worked on the implementation to use pytest syntax instead of unittest. Kindly help review. Thank you.