jsoxford / code-retreat-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 100.0%