algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Standarize test cases and testing

Open marcosfede opened this issue 7 years ago • 2 comments
trafficstars

We should standarize the way we write test cases across problems and across languages. It would also be nice to have some sort of CI Pipeline and make the code run the tests to make sure solutions are functional

marcosfede avatar Mar 26 '18 19:03 marcosfede

We should add basic linting tests to the travis pipeline for Each language. This is currently only implemented for Python

marcosfede avatar Mar 27 '18 19:03 marcosfede

Added linters for JS and Ruby to the Travis pipeline. We should add linters for Go and Scala next

marcosfede avatar Mar 30 '18 23:03 marcosfede