This repository has been archived on 2023-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
passerelle-atreal-openads/tests
Michael Bideau 6809c75d33 Make the connector more generic; Fixed urls and some pylint issues
Features
    * Added 'get_courrier_type' endpoint that return a 'courrier type' for a given type_dossier
    * Added url parameter 'type_dossier_detaille' to 'create_dossier' to post it in the request body
    * Replaced the way 'type fichier' is defined: now looks into 'XXX_type_raw' for file 'XXX'

Fixes
    * Url components are now encoded
    * Pylint warnings
    * Loging do not raise an error when 'files' var is empty in 'create_dossier'

Tests
    * Added 2 new errors tests to 'test_create_dossier'
    * Added 'test_get_courrier_type' to test endpoint 'get_courrier_type'
    * Fixed pylint warnings
2019-10-24 17:24:55 +02:00
..
resources Resources: removed 'trac.ico' file (should not have been commited) 2019-08-21 14:51:04 +00:00
__init__.py Added testing with tox, added AGPLv3 license, replaced namespace, and more 2019-07-16 11:27:19 +02:00
conftest.py Tests: Refactoring: moving fixtures to conftest.py, added some fixture for ForwardFile and HttpRequest 2019-08-26 14:32:32 +00:00
settings.py Refactoring: fix most of the (many) 'flake8' complaints 2019-08-22 16:02:06 +00:00
test_atreal_openads.py Make the connector more generic; Fixed urls and some pylint issues 2019-10-24 17:24:55 +02:00
test_forms.py Tests: Refactoring: moving fixtures to conftest.py, added some fixture for ForwardFile and HttpRequest 2019-08-26 14:32:32 +00:00
test_utils.py Tests: Refactoring: moving fixtures to conftest.py, added some fixture for ForwardFile and HttpRequest 2019-08-26 14:32:32 +00:00
test_views.py Tests: Refactoring: moving fixtures to conftest.py, added some fixture for ForwardFile and HttpRequest 2019-08-26 14:32:32 +00:00