This project adds Python language plugin for gauge.
gauge install python
gauge init python
gauge run specs
gauge install python -v 0.2.3
[pip / pip3] install getgauge
- Download the plugin from Releases
gauge install python --file gauge-python-0.2.3.zip
[pip / pip3] install getgauge
To install python nightly, download the latest nightly from here.
Once you have the downloaded nightly gauge-python-$VERSION.nightly-yyyy-mm-dd.zip, install using:
gauge install python -f gauge-python-$VERSION.nightly.yyyy-mm-dd.zip
[pip / pip3] install --pre getgauge==$VERSION.dev.yyyymmdd
pip install -r requirements.txt
python build.py --test
python build.py --test
coverage report -m
python build.py --install
python build.py --dist
This will create a .zip file in bin directory and a .tar.gz file in dist directory. The zip file can be uploaded to Github release and the .tar.gz file can be uploaded to PyPi
twine upload dist/FILE_NAME
NIGHTLY=true python build.py --dist
This will create the .zip nightly file and a .dev.DATE.tar.gz(PyPi pre release package) file.
The Gauge-Python is an open-sourced software licensed under the MIT license
_.
Copyright 2018 ThoughtWorks, Inc.