Skip to content

zheng-gao/ez_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezcode

PyPi Github

Installation

pip3 install --upgrade ezcode

Documentation

Development Workflow

git clone https://github.com/zheng-gao/ez_code.git
ez_code/ez.sh -d/--development

Release Workflow

git clone https://github.com/zheng-gao/ez_code.git
ez_code/ez.sh -r/--release

Unit Test

Run all the tests

ez_code/ez.sh -o/--operations test

Run a single test

ez_code/ez.sh -o/--operations test -a/--arguments ez_code/tests/Array/test_array.py::test_rotate