Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Feb 10, 2025
1 parent 6f3c8ff commit fe0942e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/formulas/amen_social/eligibilite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
amen_social_eligible: false


- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 dont un handicapé
- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 dont un handicapé lourd
period: 2022-02
relative_error_margin: 0.01
input:
Expand Down Expand Up @@ -132,10 +132,11 @@
- enfant2
- enfant3
output:
amen_social_presence_handicap_lourd: true
amen_social_eligible: true


- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 dont un handicapé
- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 dont un handicapé intermédiaire
period: 2022-02
relative_error_margin: 0.01
input:
Expand Down Expand Up @@ -164,10 +165,11 @@
- enfant2
- enfant3
output:
amen_social_presence_handicap_lourd: false
amen_social_eligible: false


- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 dont un handicapé
- name: Eligibilité au programe Amen social 3 enfants 1000 DT en 2022 dont un handicapé lourd
period: 2022-02
relative_error_margin: 0.01
input:
Expand Down Expand Up @@ -196,4 +198,5 @@
- enfant2
- enfant3
output:
amen_social_presence_handicap_lourd: true
amen_social_eligible: false

0 comments on commit fe0942e

Please sign in to comment.