https://github.com/datacamp/protowhat
https://github.com/datacamp/protowhat
fs le
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/datacamp/protowhat
- Owner: datacamp
- License: agpl-3.0
- Created: 2017-07-31T20:18:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T10:32:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T19:12:12.546Z (about 1 year ago)
- Topics: fs, le
- Language: Python
- Homepage: https://protowhat.readthedocs.io
- Size: 741 KB
- Stars: 2
- Watchers: 26
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# protowhat
[](https://badge.fury.io/py/protowhat)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fdatacamp%2Fprotowhat?ref=badge_shield)
`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.
- 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](https://instructor-support.datacamp.com/courses/course-development/submission-correctness-tests) specifically.
- For a deep dive in `protowhat`, consult https://protowhat.readthedocs.io.
## Installation
```
pyenv local 3.9.0
pip3.9 install protowhat # install from pypi
make install # install from source
```
## Testing
```
pip3.9 install -e .
pytest
```
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fdatacamp%2Fprotowhat?ref=badge_large)