Skip to content

Commit

Permalink
Explicit expected output of test
Browse files Browse the repository at this point in the history
Merge pull request #74 from openfisca/clarify-test
  • Loading branch information
sandcha authored Apr 5, 2019
2 parents ba733db + 5f371d3 commit 99aefc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 3.9.1 - [#74](https://github.com/openfisca/country-template/pull/74)

* Minor change.
* Details:
- Explicit expected test output

## 3.9.0 - [#72](https://github.com/openfisca/country-template/pull/72)

* Technical change
Expand Down
11 changes: 8 additions & 3 deletions openfisca_country_template/tests/situations/income_tax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
salary:
2016: 0
output:
housing_tax:
2017: 1000
income_tax: [ 360, 0 ]
persons:
Alicia:
income_tax: 360
Michael:
income_tax: 0
household:
housing_tax:
2017: 1000
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name = "OpenFisca-Country-Template",
version = "3.9.0",
version = "3.9.1",
author = "OpenFisca Team",
author_email = "contact@openfisca.org",
classifiers=[
Expand Down

0 comments on commit 99aefc4

Please sign in to comment.