A python testing framework
Project description
zoe_ci Job framework
If you are new to zoe_ci, look at the architecture docs there: misc/ZoeArch.md
This repository is the client part of the zoe_ci architecture that executes work items on target machines.
It consists of:
Conventions
- All jobs should be in files named
*.job.py
. This way the version control systems can trigger jobs correctly. - Only one job per file
- Try to keep complexity down as much as possible, increasing maintainability of the overall system
- Try to write the code in a cross-platform matter if simple enough (linux/windows/console)
Installation
pip install zoe
to run:
python -m zoe_ci
Development: start / testing
Run the solution in vscode with F5, see .vscode/launch.json
Manual testing
just execute any .job.py file in python:
examples\\01-simple-svn-checkout.job.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zoe_ci-0.1.36.tar.gz
(19.3 kB
view hashes)