-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As a developer, I want to be able to run Python code inputted by the user so that their solutions can be tested.
- Implement a function to take user's Python code and run it.
- Display the output of the user's code.
- Handle exceptions so that errors in the user's code don't crash the game.
- Write unit tests for exception handling process
- Write unit tests for python code running process