passerelle/functests/vivaticket
Valentin Deniaud 989fb52719 misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
..
README vivaticket: add func tests (#29890) 2019-01-28 09:37:12 +01:00
conftest.py trivial: apply black (#49820) 2021-02-20 16:28:47 +01:00
test_vivaticket.py misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00

README

Functional tests for the passerelle Vivaticket connector

Description
===========

This test suite will use the web API of a passerelle Vivaticket connector
to list available events, rooms, theme and create a booking.


Usage
=====

You will need a running passerelle instance, with a Vivaticket connector instance configured.
Suppose that the Vivaticket connector instance is listening here :

    http://127.0.0.1:8000/vivaticket/test

Then you would start the test suite with the following command:

    $ py.test -s --url=http://127.0.0.1:8000/vivaticket/test test_vivaticket.py