Welcome to our workshop. Please read this instruction and download neccesary packages before workshop, which will let us start easier and faster.
To do it, clone repository from https://github.com/mahomahomaho/pytestworkshop-pyconfr and setup it with or without vagrant:
The easy way
- download vagrant (if you don't have it yet)
cd <thisrepo>/vagrantvagrant upvagrant ssh
The perfect way :)
- make virtualenv in preferred way and activate it (eg.
python3 -m venv .venv && . .venv/bin/activate) pip install -r requirements/base.txtpip install -r requirements/dev.txtpip install -r requirements/test.txt- install docker and docker-compose
Software itself can be run by python manage.py runserver
Launch the tests using the following command pytest -vvv --keepalive