Documentation for Kev.in
Kev.in is a learning platform for programming beginners. It is released under the GNU GPL v3.
The source code of Kev.in can be downloaded at:
The documentation can be found online at:
Bug reports should be done through the Issue Tracker of Kev.in on GitHub.
Testing
To perform tests, start the server in testing mode with python3 run.py --debug --clean --testing
and run python3 -m unittest discover
in the root of the project.
Coverage
The test coverage can be tested with python3 -m coverage run -m unittest
and python3 -m coverage report -i
.