A framework that takes care of boundary tasks to ease task evaluations and make them faster.
Project description
GradeFast-2019
Gradefast is a framework whose intention is to make eYRC evaluations faster and bring a standardization across task evaluations. Most important benefit is that the test scripts can then be extended and be reused in other themes having similar tasks. Primary thought behind making GradeFast is to take care of all the boundary tasks that happen in theme evaluations and also make utility scripts that take care of other common tasks so that a lot of time is saved. Some of these tasks are downloading new submissions, iterating over each of the submission folders, easily finding files to test, comments based on criterias, uploading marks and plagiarism checking. The framework is also easy to use causing less to no cognitive load on a theme developer using it.
Installing gradefast
Installing from pip
$ pip install gradefast
OR
Installing from sources
$ git clone https://github.com/eyantra-eysip/GradeFast-2019
$ cd GradeFast-2019
$ git checkout develop
$ pip install .
Creating a gradefast project
Do this once [sudo permissions may be required]
npm install -g yo
npm install -g generator-gradefast
Then generate your new project like this
yo gradefast
Features
- Submission downloading
- Plagiarism checking
- Primarily built for python but can support evaluation of any other tasks
- Aggregate results
- Upload marks
- Add comments
Also includes
- Detailed error logging
- Timing and static code analysis of scripts
- Resume tasks from where they are stopped
- Checking test conventions
- Boilerplate code generation
Running tests
- For unit tests:
python -m unittest discover -s tests/unit/
- For integration tests:
python -m unittest discover -s tests/unit/
Checking coverage
- Install coverage.py:
pip install coverage
- Run
coverage run --source=gradefast/ -m unittest discover -s tests/unit/
orcoverage run --source=gradefast/ -m unittest discover -s tests/integration/
- Generate static html
coverage html
cd htmlcov
and run http server withlive-server
orpython3 -m http.server
Building and running documentation
Installing required packages
$ pip install sphinx_ustack_theme
andpip install sphinx_rtd_theme
.$ pip install --upgrade sphinx
Building docs
$ cd docs
$ make html
Running web server to host documentation
-
$ cd docs/_build/html
-
Start a web server in this directory. You can use either the python 3 HTTP server or live-server.
$ python3 -m http.server
Future work
- Statistics and analysis of results
- Sandboxed environments
- Multi-programming
- Refactoring
- Plugins API
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gradefast-0.1.18.tar.gz
.
File metadata
- Download URL: gradefast-0.1.18.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6abeb16c5aff367c2ca4b92fd313a09c17cc4280c07d1e99182f365c2824121 |
|
MD5 | e42b0058d894487de17bd2e7ea9f3a4c |
|
BLAKE2b-256 | c0e23ad02eb014c4dcdcc241a9172c2efb0462720f92097a4e0a49ee24347aa6 |
File details
Details for the file gradefast-0.1.18-py2.py3-none-any.whl
.
File metadata
- Download URL: gradefast-0.1.18-py2.py3-none-any.whl
- Upload date:
- Size: 39.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2401226b0d44a631c388ac2db143b2c1f8592cc14ea746f5244f721d8ad42897 |
|
MD5 | d8380572f25b71bd4034555f4d105bf0 |
|
BLAKE2b-256 | 47be94efa3a008ae4893e3c99ce765c995114c341b316410bd8cbc1f73fab279 |