Skip to content

Commit

Permalink
Merge branch 'delete_irrelevant_tests' of https://github.com/PolicyEn…
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Oct 24, 2024
2 parents 77e0c4f + 0cd0131 commit 6bb80c4
Showing 1 changed file with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
- name: Single person eligible for housing benefit
# Source: https://www.entitledto.co.uk/benefits-calculator/Results/ComprehensiveCalc?cid=6ea29422-0999-4439-8047-b43ac444acb9&paymentPeriod=Weekly&calcScenario=CurrentSystem
period: 2023
absolute_error_margin: 15
input:
age: 28
weekly_hours: 26
benunit_rent: 80*52
is_single_person: true
tenure_type: RENT_FROM_COUNCIL
housing_benefit_reported: true
employment_income: 2000
output:
housing_benefit: 80*52

- name: Single person not eligible for housing benefit
# Source: https://www.entitledto.co.uk/benefits-calculator/Results/ComprehensiveCalc?cid=995817cb-b6f2-4350-825f-14f3e5a71265&paymentPeriod=Weekly&calcScenario=UniversalCredit
period: 2023
Expand All @@ -28,31 +13,4 @@
output:
housing_benefit: 0

- name: Lone parent with small earnings
# Source: https://www.entitledto.co.uk/benefits-calculator/Results/ComprehensiveCalc?cid=6b6f49eb-8054-47d8-90d5-0f74e23b89cb&paymentPeriod=Weekly&calcScenario=CurrentSystem
period: 2023
absolute_error_margin: 15
input:
age: 26
benunit_rent: 80*52
is_lone_parent: true
tenure_type: RENT_FROM_COUNCIL
housing_benefit_reported: true
employment_income: 0
output:
housing_benefit: 80*52

- name: Single person over pension age
# Source: https://www.entitledto.co.uk/benefits-calculator/Results/ComprehensiveCalc?cid=0e7190d3-6662-4653-b9d8-1836077df2b1&paymentPeriod=Weekly&calcScenario=CurrentSystem
period: 2023
input:
age: 68
gender: MALE
benunit_rent: 80*52
tenure_type: RENT_FROM_COUNCIL
housing_benefit_reported: true
is_single_person: true
private_pension_income: 100*52
output:
housing_benefit: 80*52

0 comments on commit 6bb80c4

Please sign in to comment.