Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 550 Bytes

File metadata and controls

36 lines (28 loc) · 550 Bytes

python-test

python-test.dialoget.com - test repository

init

pip install --upgrade pip
#pip install git+https://github.com/dialoget/python.git
pip install -r requirements.txt
chmod +x test.sh

packages

pip install requests
pip install behave
pip install setuptools
pip install dialoget

Start testing

with one bash script

./test.sh

or each script in command line

cd test/dialoget 
python3 update_repo_on_github.py
python3 update_repo_on_github2.py
python3 create_repo_on_org_github.py