Skip to content

Commit

Permalink
Add Income Tax Integration Test (#819)
Browse files Browse the repository at this point in the history
* Add Pension Credit doc

* Add Pension Credit doc

* Add Pension Credit doc

* Add Pension Credit doc

* Add description of components in savings credit

* Add PIP doc

* edit pip doc

* edit pip doc

* add income tax test

* add income tax test

* add income tax integration test

* add income tax integration test

* finish income tax integration test

---------

Co-authored-by: Nikhil Woodruff <[email protected]>
  • Loading branch information
Kittyaoooo and nikhilwoodruff authored Mar 7, 2024
1 parent a1752e6 commit 7154bd7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
added:
- add Income Tax Integration Test
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- name: Income tax, based on adjusted net income
period: 2024
absolute_error_margin: 4
input:
adjusted_net_income: 40000
output:
income_tax: 5484.2

- name: Income tax, increasing adjusted net income
period: 2024
absolute_error_margin: 4
input:
adjusted_net_income: 50000
output:
income_tax: 7484.2

- name: Income tax, continously increasing adjusted net income
period: 2024
absolute_error_margin: 4
input:
adjusted_net_income: 60000
output:
income_tax: 11428.4

0 comments on commit 7154bd7

Please sign in to comment.