GithubHelp home page GithubHelp logo

austinmlv / scheme-test-runner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exercism/scheme-test-runner

0.0 0.0 0.0 84 KB

License: GNU Affero General Public License v3.0

Dockerfile 0.36% Makefile 0.47% Scheme 89.46% Shell 4.18% C 5.52%

scheme-test-runner's Introduction

Scheme Test Runner

Test scheme exercisms in docker.

Plan

Pass the three parameters given to run.sh to exercise.ss. We don’t know if the student is using guile or chez, so try both. Read the output s-expressions from each and select the one with the fewest failures. Once that’s in hand, convert the keys in the association list to the format laid out in the exercism/automated-tests repository and finally output as JSON to a file results.json.

Notes

The script gets three parameters:

  • slug (eg. two-fer)
  • path to solution directory (including final slash)
  • path to output directory

The output is to be in json in the file results.json.

Output structure

Fields are “status”, “message”?, and “tests”. Each test has “name”, “status”, “message”?, “output” as fields.

Possible values for status include “pass”, “fail”, “error”. “error” is for unexpected exceptions.

todo

Most of the requirements should be implemented. One that isn’t is ensuring the output is < 500 chars.

scheme-test-runner's People

Contributors

austinmlv avatar dependabot[bot] avatar erikschierboom avatar exercism-bot avatar faisalafroz avatar guygastineau avatar ihid avatar jitwit avatar kytrinyx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.