Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

sturivny/my_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_git test

How to install

Install pre-conditions (Ubuntu):

apt-get install git
sudo apt-get install python-pip python-dev build-essential
sudo pip install virtualenv virtualenvwrapper
sudo pip install --upgrade pip

Execute following commands in terminal:

git clone https://github.com/Turivniy/my_git.git
cd my_git
virtualenv .venv
. .venv/bin/activate
pip install -U pip
pip install -r requirements.txt

How to run tests

Before launching you should export some environment variables:

Execute following commands in terminal:

export USERNAME="you git username"
export PASSWORD="you git password"

Typical commands to launch test in different ways:

To launch unittests tests run:

python -m unittest unittests

To launch functional tests run:

python -m unittest functional

About

git automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages