In this workshop you will learn how to create system tests for your application using Lago and Pytest.
Slides available here.
logout and login in order for group changes made during Lago installation will take place.
Clone this repo
Create a virtual env which includes the system's libraries and the deps in requirements.txt, this can be done using the following commands:
virtualenv --system-site-packages lago_venv source lago_venv/bin/activate pip install -I -r requirements.txt