passerelle/functests/toulouse_maelis
Nicolas Roche 09bde8b4b1
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
toulouse-maelis: manage child insurance (#71696)
2022-12-16 01:47:03 +01:00
..
data toulouse-maelis: manage child insurance (#71696) 2022-12-16 01:47:03 +01:00
.gitignore toulouse-maelis: add functional tests (#71647) 2022-11-30 10:07:15 +01:00
README toulouse-maelis: add functional tests (#71647) 2022-11-30 10:07:15 +01:00
__init__.py toulouse-maelis: add functional tests (#71647) 2022-11-30 10:07:15 +01:00
conftest.py toulouse-maelis: manage child insurance (#71696) 2022-12-16 01:47:03 +01:00
read_family.py toulouse-maelis: add quotient year filter on read-family (#71698) 2022-12-09 16:30:28 +01:00
test_family.py toulouse-maelis: manage child insurance (#71696) 2022-12-16 01:47:03 +01:00
test_invoice.py toulouse-maelis: add functests for invoice debit order (#72288) 2022-12-15 20:41:51 +01:00
test_misc.py toulouse-maelis: allow to build a new family to pass functests (#72226) 2022-12-09 16:36:52 +01:00

README

Functional tests for the Toulouse Maelis connector

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

This test suite will use the web API of a passerelle Toulouse Maelis
connector to link a Publik account and check that the connector is
behaving as expected.


Usage
=====

You will need a running passerelle instance, whith the Toulouse Maelis connector instance configured to connect to
a Maelis server.
Suppose that the Toulouse Mealis connector instance is listening here :

    http://127.0.0.1:8000/toulouse-maelis/test

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

    $ py.test -sx --url=http://127.0.0.1:8000/toulouse-maelis/test test_toulouse_maelis.py