A demo project to show various aspects of a CI server.
Purpose of files:
requirements.txtSetup a virtual environment for projectmain.pyHas issues such as unused variables, which will produce warnings in code lintinglib.pyHelper routine for unittesttestsUnit test classes
To use it as source of CI, create a new directory, run git init in it, and copy files to that directory.