Skip to content

Commit a01c3d5

Browse files
Changed pytest scope of pytest.fixture test_tax_benefit_system to "module".
Thanks @cesco-fran for the recommendation!
1 parent 8fd47f7 commit a01c3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/web_api/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def entities():
4444
return [Household, Person]
4545

4646

47-
@pytest.fixture(scope="package")
47+
@pytest.fixture(scope="module")
4848
def test_tax_benefit_system(entities):
4949
tax_benefit_system = TaxBenefitSystem(entities)
5050

0 commit comments

Comments
 (0)