Almenon / AREPL-vscode

Program python in real-time
MIT License
261 stars 30 forks source link

automation tests #42

Open Almenon opened 6 years ago

Almenon commented 6 years ago

There's nothing like actually clicking on stuff to make sure it works. As I add more and more features to the extension this becomes more and more important because eventually I will forgot to test something. Also if I can have automation on mac/linux that will be a big plus because I use windows and don't want to have to switch to a VM for additional testing.

Almenon commented 6 years ago

This is likely never getting done unless someone submits a PR for it. The current unit tests are basically integration tests already in that they operate on a actual vscode instance.