Skip to content

wojciech11/se_bdd_basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podstawy BDD

Wykład: pdf/html

Przygotowanie środowiska:

# wirtulne srodowisko
python3 -m venv .venv

source .venv/bin/activate

pip install -U behave

Materiały dodatkowe