Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 339 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 339 Bytes

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.