Skip to content

Learn how to create system tests for your application using Lago

Notifications You must be signed in to change notification settings

lago-project/lago-workshop

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published