Skip to main content

The utility you need to easily configure auto-grading

Project description

Gradema

The utility you need to easily configure auto-grading.

Python 3.10 required.

Try it out

poetry install
poetry run python -m example.binaryconvert.autograder

Dependencies for student machines

Since Gradema will be published on Pypi, getting this to work should be as simple as having these things installed, then letting an installer script do the rest:

Project Structure

  • gradema
    • Contains all the code for gradema
  • example
    • Contains example usages of gradema
  • tests (not yet created)
    • Contains unittests to test the functionality of gradema.
    • This is the only place unit tests exist for the project itself. A "unit test" in another location is likely just an example unit test that does not test the functionality of gradema itself

Development

Goals

  • This should be a thin wrapper around shell commands which actually run tests. This allows people to debug the smaller components themselves. The autograder should be a tool to help people understand these components, rather than a black box.
    • We need to be able to run pudb -m ... and have it launch right into the user's code

Running Tests

All tests are located in the tests directory, so you must explicitly state that directory, otherwise some tests will be incorrectly picked up in other directories.

poetry run pytest tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gradema-0.0.1.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

gradema-0.0.1-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page