Submission correctness tests for shell languages
Project description
shellwhat
shellwhat
enables you to write Submission Correctness Tests (SCTs) for interactive Shell exercises on DataCamp.
- 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 complete overview of all functionality inside
shellwhat
and articles about what to use when, consult https://shellwhat.readthedocs.io.
Installing
pip install shellwhat
Development
Install everything needed for developing:
pip install -r requirements.txt
pip install -e .
By default, the DummyParser
is used, that does not parse the shell code.
Hence, you can not run tests that need this parser:
pytest -m "not osh"
If you also want to run these 'parser tests', there is a Dockerfile to parse shell commands with the Oil parser:
# Look in Makefile for details
SHELLWHAT_PARSER='docker' make test
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tcs-shellWhat-1.5.0.tar.gz
(21.6 kB
view hashes)