lago-project / lago-workshop

Learn how to create system tests for your application using Lago

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

Learn how to create system tests for your application using Lago


Languages

Language:Python 60.4%Language:Jupyter Notebook 32.7%Language:Shell 4.5%Language:Groovy 2.3%