Write tests for all languages #12
Labels
enhancement
New feature or request
hacktoberfest
Hacktoberfest 2020
help wanted
Extra attention is needed
Write tests for all languages
Currently,
code-executor
supports all languages mentioned in src/langs. There are no script yet to test if these languages work properly. You can add tests in test for each language.Proposed structure
You might consider using a testing library such as mocha or chai. However, for this, timeouts need to be configured properly since these tests will be running on Github Actions in the future. Nonetheless, adding a unit testing library for each language is not a priority right now, verifying that the
Dockerfile
s for all the languages work can be done with or withoutmocha
orchai
.The text was updated successfully, but these errors were encountered: