Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete irrelevant tests #986

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading