mpourmpoulis / PythonVoiceCodingPlugin

Sublime Text 3 plugin for voice coding Python 3
https://pythonvoicecodingplugin.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
13 stars 3 forks source link

Create unit tests to verify code coverage #25

Open mpourmpoulis opened 4 years ago

mpourmpoulis commented 4 years ago

the previous days I have finally gotten around to setting up Travis CI for the project starting with pylint and the next step is to include unit tests in the integration. Unfortunately, because the Python interpreter is embedded in sublime and I outsource a couple of things to the sublime, setting up of those unit tests requires solving various technicalities so it will happen gradually.

As a start, I should probably start with unit tests for the library folder, is it these essentially sublime free, and in particular tests regarding the ability (of the repair module) to recover from errors and parse code. For the purpose, I think I should try to collect samples of code for three different tasks