toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

Add unit test and component testing #48

Closed ydcjeff closed 3 years ago

ydcjeff commented 3 years ago

Clear and concise description of the problem

Sometimes we can miss the unintended behavior if we change components. And it can't be tracked easily if we miss.

Suggested solution

Add unit test and component testing to be able to notice those changes.

Alternative

N/A

Additional context

N/A