Skip to content

datacamp/protowhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf6cfba · Mar 11, 2019
Aug 15, 2018
Mar 11, 2019
Mar 11, 2019
Mar 11, 2019
Apr 24, 2018
Nov 5, 2018
Mar 11, 2019
Dec 22, 2017
Dec 10, 2018
May 17, 2018
Jan 21, 2019
May 17, 2018
Mar 11, 2019
Mar 11, 2019

Repository files navigation

protowhat

Build Status codecov PyPI version FOSSA Status

protowhat is a utility package required by shellwhat and sqlwhat packages, used for writing Submission Correctness Tests SCTs for interactive Shell and SQL exercises on DataCamp. It contains shared functionality related to SCT syntax, selectors and state manipulation.

Installation

pip install protowhat   # install from pypi
make install            # install from source

Testing

pip install -e .
pytest

License

FOSSA Status