Skip to content

Commit aa3157c

Browse files
Remove tax_benefit_system and subject from "tests/web_api/__init__.py" since we now use the fixtures defined in "tests/fixtures"
1 parent 9cd824b commit aa3157c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/web_api/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
31
import pkg_resources
4-
from openfisca_web_api.app import create_app
5-
from openfisca_core.scripts import build_tax_benefit_system
62

73
TEST_COUNTRY_PACKAGE_NAME = 'openfisca_country_template'
84
distribution = pkg_resources.get_distribution(TEST_COUNTRY_PACKAGE_NAME)
9-
tax_benefit_system = build_tax_benefit_system(TEST_COUNTRY_PACKAGE_NAME, extensions = None, reforms = None)
10-
subject = create_app(tax_benefit_system).test_client()

0 commit comments

Comments
 (0)