LottaMe / pylet

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

Check current exercise on save #9

Closed LottaMe closed 6 months ago

LottaMe commented 6 months ago

Description

When reaching the current exercise & it fails, pylet should wait for either the user to exit the program or for the file to be changed. On save it should check the file again.

If it succeeds, it should start the success workflow

Checklist