Skip to content

alexyarosh/protowhat

 
 

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

Packages

No packages published

Languages

  • Python 89.6%
  • Jupyter Notebook 10.0%
  • Makefile 0.4%