gpf_pyroger.testing.mime_api_entrepot module#
- gpf_pyroger.testing.mime_api_entrepot.get_input_param(file: Path) dict #
Retourne les inputParameters du fichier parameters.json sous forme de dictionnaire
- Renvoie:
Paramètres inputParameters du fichier parameters.json
- Type renvoyé:
dict
- gpf_pyroger.testing.mime_api_entrepot.send_message(file: Path, exchange_name: str, config: dict = {'host': 'localhost', 'port': 5672})#
_summary_
- Paramètres:
file (Path) – chemin vers le fichier .json
endpoint_name (str) – nom du endpoint
config (dict) – par exemple {« host »: « localhost », « port »: 5672, « exchange »: « my_exchange »}