Skip to content

Commit

Permalink
Rename test, fix tests titles
Browse files Browse the repository at this point in the history
  • Loading branch information
cbenz committed May 31, 2017
1 parent ce0ea43 commit 5f404f3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Test files describe situations and their expected outcomes
# We can run this test on our command line using `openfisca-run-test social_security_contribution.yaml`
# We can run this test on our command line using `openfisca-run-test modify_social_security_taxation.yaml`

# This test is a partial adaptation of `social_security_contribution.yaml` to match the modifications introduced by the reform of the same name.

# Note the `reforms: ` key in the below YAML blocks.

- name: Person earning 2000 in 2013-01
- name: No social security contribution on small salaries
reforms: openfisca_country_template.reforms.modify_social_security_taxation.modify_social_security_taxation
period: 2017-01
input_variables:
salary: 2000
output_variables:
social_security_contribution: 0

- name: Person earning 15000 in 2013-01
- name: Increased social security contribution on medium salaries
reforms: openfisca_country_template.reforms.modify_social_security_taxation.modify_social_security_taxation
period: 2017-01
input_variables:
salary: 15000
output_variables:
social_security_contribution: 1336

- name: Person earning 50000 in 2013-01
- name: High social security contribution on high salaries
reforms: openfisca_country_template.reforms.modify_social_security_taxation.modify_social_security_taxation
period: 2017-01
input_variables:
Expand Down

0 comments on commit 5f404f3

Please sign in to comment.