Développement #80401
testdef, erreur sur l'enregistrement en cas de valeur Decimal
Start date:
16 August 2023
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Cette trace aperçue à Nanterre :
Exception: type = '<class 'TypeError'>', value = 'Object of type Decimal is not JSON serializable' Stack trace (most recent call first): File "/usr/lib/python3.9/json/encoder.py", line 179, in default 177 178 """ > 179 raise TypeError(f'Object of type {o.__class__.__name__} ' 180 f'is not JSON serializable') 181 locals: o = Decimal('1.3') self = <json.encoder.JSONEncoder object at 0x7f63ae133e80>
Associated revisions
History
Updated by Robot Gitea over 1 year ago
- Status changed from Nouveau to En cours
Valentin Deniaud (vdeniaud) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/610
- Titre : WIP: testdef: exclude computed fields value from test data (#80401)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/610/files
Updated by Robot Gitea over 1 year ago
- Status changed from Solution proposée to Solution validée
Paul Marillonnet (pmarillonnet) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea over 1 year ago
- Status changed from Solution validée to Résolu (à déployer)
Valentin Deniaud (vdeniaud) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/610
- Titre : testdef: exclude computed fields value from test data (#80401)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/610/files
Updated by Transition automatique over 1 year ago
- Status changed from Résolu (à déployer) to Solution déployée
testdef: exclude computed fields value from test data (#80401)