mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
test in a different location
This commit is contained in:
parent
af6cafe34c
commit
a95d31ee98
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ from etl.surveyedData.surveryedData import surveyedDataProcessor
|
|||
from etl.db.db import get_db_session, init_db
|
||||
from etl.transform.types import AssessorInfo
|
||||
import pytest
|
||||
from etl.jjc_invoice import work_out_total_floor_area
|
||||
from etl.jjc_old_lewis_manual_way_ import work_out_total_floor_area
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def pre_site_note_path():
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ from etl.surveyedData.surveryedData import surveyedDataProcessor
|
|||
from etl.db.db import get_db_session, init_db
|
||||
from etl.transform.types import AssessorInfo
|
||||
import pytest
|
||||
from etl.jjc_invoice import work_out_total_floor_area
|
||||
from etl.jjc_old_lewis_manual_way_ import work_out_total_floor_area
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def pre_site_note_path():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue