Goal:
The test reporting is set up so that when you push or merge to main it will show the results We want to automate the process of adding a new problem, new tests for that problem each day Future: Also sending a email with the test results.
https://github.com/MrSankofa/my-toy-problems
you have to make pull requests and separate branches
This repository contains toy problem implementations and tests for three languages:
- Java implementations and tests
- Python implementations and tests
- JavaScript implementations and tests
cd java
mvn test
cd python
pip install -r requirements.txt
pytest
cd javascript
npm install
npm test