Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.08 KB

Requirements Status Build Status

stepic_python_in_action_eng

Code for Stepic course Python in Action (eng)

Requirements

  • Python 3
  • Inside virtual environment: pip install -r requirements.txt

Utils

Simple scripts to handle the project routine tasks

Tests

  • invoke tests - uses (pytest)

Syntax Validation

  • invoke syntax - uses (pylint)

New Solution

  • invoke new 135 will create solution and test file templates for s135

Renaming

  • invoke rename will rename all solutions and test files (imports will be auto fixed), renaming logic defined in the update_number function inside utils.py