LottaMe / pylet

A tool to learn python that is inspired by rustlings.
MIT License
0 stars 0 forks source link

Check exercise specific tests #3

Closed LottaMe closed 6 months ago

LottaMe commented 6 months ago

Depends on Check whether exercise compiles

Description

Pylet should check exercise specific tests after it sees whether the exercise compiles (if there is an exercise specific test file), to check if the user is solving the correct problem in the exercise. If the test fails, it should return a helpful error message. As well as the information that the exercise has failed, but compiles. If the test passes, it should go to the previously defined success process.

EDIT: TO MAKE IT EASIER THE TESTS CAN BE IN EXERCISE FILE

Checklist

LottaMe commented 6 months ago

Before finishing this, the project structure needs to be changed, so it depends on #13