Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 778 Bytes

README.rst

File metadata and controls

24 lines (18 loc) · 778 Bytes

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