MUN-CS2005 / python-runner

codesender-project-cteam created by GitHub Classroom
0 stars 0 forks source link

C Team Submission 5

Installation

To set up "codeServer" it is recommended to have a virtual environment

run

pip install -e .

in order to run the setup file and install a development environment

run

python -m unittest discover

to run the tests from the command line.

to run unit tests: unit tests are located within the tests folder and can be used by

$ python3 -m unittest discover tests

To start the server run the follwing file

main/flask_server.py

To gain access to the admin page: Username: "admin" Password: "software"