-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revalorisation du montant de l'Allocation de soutien Familial (ASF) au 1er avril 2018 #1194
Conversation
tests/formulas/asf_2018_04.yaml
Outdated
- id: "enfant1" | ||
age: 14 | ||
output_variables: | ||
asf: 115.30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'après la référence ce montant est en fait de 115.87
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Par ailleurs on a déjà ce test dans tests/formulas/asf.yaml
donc il me semble qu'il n'est pas pertinent
output_variables: | ||
asf: 115.30 | ||
|
||
- name: "Cas N°2 famille ayant droit à l'ASF - Parent isolé avec deux enfant" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A contrario ce test est intéressant puisqu'on n'a pas encore testé la logique ASF = ASF par enfant * nombre d'enfants
, par contre ça me semblerait logique, soit qu'on le place dans le même fichier que les précédents (tests/formulas/asf.yaml
), soit qu'on regroupe les deux tests de 2018 dans ce nouveau fichier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Et donc dans ce cas n°2 il convient de corriger le montant (à 231,74)
@@ -0,0 +1,28 @@ | |||
- name: "Famille ayant droit à l'ASF - 2015" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ca me va bien comme ça, avec un fichier par période - dans ce cas il faut aussi supprimer le fichier d'origine tests/formulas/asf.yaml
qui fait doublon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai pas doublé le fichier d'origine tests/formulas/asf.yaml, je l'ai juste renommé tests/formulas/asf_2015_01.yaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK je vois ! Tu peux utiliser la commande "git mv" pour renommer afin que Git s'y retrouve. En tout cas c'est tout bon maintenant.
@mtifarine Je prends la mise à jour du Changelog, rebase et merge. |
tests/formulas/asf_2018_04.
.Fixes #1119