protowhat
is a utility package required by shellwhat
, sqlwhat
and pythonwhat
packages, used for writing Submission Correctness Tests SCTs for interactive Shell, SQL and Python exercises on DataCamp. It contains shared functionality related to SCT syntax, selectors and state manipulation.
- If you are new to teaching on DataCamp, check out https://instructor-support.datacamp.com.
- If you want to learn what SCTs are and how they work, visit this article specifically.
- For a deep dive in
protowhat
, consult https://protowhat.readthedocs.io.
pyenv local 3.12.7
pip3.12 install protowhat # install from pypi
make install # install from source
pip3.12 install -r requirements-test.txt
pip3.12 install -e .
pytest