Assistant is a tool that contains a commands to automate my workflows.
- Clone repository
- Navigate to folder and run
./install-dev.sh
The easiest way to run tests is using a pytest.
Install pytest
pip install -U pytest
Run tests
Navigate to project root folder and run command below.
pytest
This tool is creation is described in blog post series "Creating cli tool in python".
Post | Branch |
---|---|
Creating CLI tool in Python - part 1 | part-one |
Creating CLI tool in Python - part 2 | part-two |
Creating CLI tool in Python - part 3 | part-three |
Creating CLI tool in Python - part 4 | part-four |
Rest coming soon ...