|
3 | 3 | from datetime import date |
4 | 4 | from uuid import UUID, uuid4 |
5 | 5 |
|
| 6 | +import pytest |
| 7 | + |
6 | 8 | from policyengine_api.api.household_analysis import ( |
7 | 9 | UK_CONFIG, |
8 | 10 | US_CONFIG, |
@@ -314,6 +316,7 @@ def test_get_report_not_found(self, client): |
314 | 316 | # --------------------------------------------------------------------------- |
315 | 317 |
|
316 | 318 |
|
| 319 | +@pytest.mark.integration |
317 | 320 | class TestHouseholdImpactRecordCreation: |
318 | 321 | """Tests for correct record creation.""" |
319 | 322 |
|
@@ -404,6 +407,7 @@ def test_report_links_simulations(self, client, session): |
404 | 407 | # --------------------------------------------------------------------------- |
405 | 408 |
|
406 | 409 |
|
| 410 | +@pytest.mark.integration |
407 | 411 | class TestHouseholdImpactDeduplication: |
408 | 412 | """Tests for simulation/report deduplication.""" |
409 | 413 |
|
@@ -470,6 +474,7 @@ def test_different_policy_creates_different_simulation(self, client, session): |
470 | 474 | # --------------------------------------------------------------------------- |
471 | 475 |
|
472 | 476 |
|
| 477 | +@pytest.mark.integration |
473 | 478 | class TestGetHouseholdImpact: |
474 | 479 | """Tests for GET /analysis/household-impact/{report_id}.""" |
475 | 480 |
|
@@ -500,6 +505,7 @@ def test_get_returns_report_data(self, client, session): |
500 | 505 | # --------------------------------------------------------------------------- |
501 | 506 |
|
502 | 507 |
|
| 508 | +@pytest.mark.integration |
503 | 509 | class TestUSHouseholdImpact: |
504 | 510 | """Tests specific to US households.""" |
505 | 511 |
|
|
0 commit comments