/lago-workshop

Learn how to create system tests for your application using Lago

Primary LanguagePython

Lago Workshop

About

In this workshop you will learn how to create system tests for your application using Lago and Pytest.

Slides available here.

Prerequisite

  • Install Lago

  • 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