Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 471 Bytes

Python Coding Kata

Python Ceedling replacement

Requires Python 3.

  1. Optional steps
  • python -m venv ./.venv
  • .venv/Scripts/activate.bat
  1. Install prerequisites
  • pip install -r requirements.txt
  1. Run application
  • python pyling.py --init
  • python pyling.py --createModule [ModuleName..]
  • python pyling.py --test

All commands can be called with --path <PATH> to change the path from the current working directory to a different one.