Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

I/O checker for command line programs.

Project description

Calico is a utility for checking command-line programs in terms of their input and output. It checks whether a program generates the correct output when given some inputs. It was developed to evaluate simple programming assignments in an introductory programming course.

Getting started

You can install Calico using pip:

pip install calico

Calico uses pexpect for interacting with the program it is checking. The file that specifies the inputs and outputs for the checks is in YAML format.

Getting help

The online documentation is available on: https://calico.readthedocs.io/

The source code can be obtained from: https://github.com/itublg/calico

License

Copyright (C) 2016-2019 H. Turgut Uyar <uyar@itu.edu.tr>

See AUTHORS.rst for a list of all contributors.

Calico is released under the GPL license, version 3 or later. Read the included LICENSE.txt for details.

Supported by

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