jsox-code-retreat

Python Runner for JS Oxford's Code Retreat


License
MIT
Install
pip install jsox-code-retreat==0.6.0

Documentation

code-retreat-py

Python runner for code retreat

Quickstart

virtualenv .
source bin/activate
pip install jsox-code-retreat
cr path/to/your/code.py

Requirements

  • bash-like environment
  • pip
  • virtualenv

Writing Tests

Test functions must start with test_ to be found by the test runner.