Skip to main content

No project description provided

Project description

pythonwhat

Build Status codecov PyPI version Documentation Status

pythonwhat enables you to write Submission Correctness Tests (SCTs) for interactive Python exercises on DataCamp.

Documentation

To generate the documentation, install pythonwhat and run..

cd docs
make html

Installation

pip install git+https://github.com/datacamp/pythonwhat

Run tests

Use Python 3.5

# install packages used in tests (should be reduced)
pip install -r requirements.txt

# install pythonbackend (private, for now)
cd path/to/pythonbackend
python3 setup.py install

# install pythonwhat
cd /path/to/pythonwhat
pip install -e .
pytest

To disable deprecation warnings: $ export PYTHONWARNINGS="ignore"

For more details, questions and suggestions, contact learn-engineering@datacamp.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pythonwhat-2.9.7.tar.gz (53.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page