Пример #1
0
def aquifer_lithology_code_fixture():
    fixture = 'migrations/aquifer_lithology_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #2
0
def water_quality_codes():
    fixture = 'migrations/water_quality_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #3
0
def well_publication_status_code_fixture():
    fixture = 'migrations/well_publication_status_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #4
0
def other_code_values_code_fixture():
    fixture = 'migrations/other_code_values.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #5
0
def drive_shoe_code_fixture():
    fixture = 'migrations/drive_shoe_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #6
0
def filter_pack_code_fixture():
    fixture = 'migrations/filter_pack_code_fixtures.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #7
0
def well_disinfected_code_fixture():
    fixture = 'migrations/well_disinfected_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #8
0
def boundary_effect_code_fixture():
    fixture = 'migrations/boundary_effect_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
Пример #9
0
def aquifer_resource_sections():
    fixture = 'migrations/aquifer_resource_sections.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                fixture)
    return CodeFixture(fixture_path)
Пример #10
0
def decomission_material_codes():
    fixture = 'migrations/decom_mat_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), fixture)

    return CodeFixture(fixture_path)
def code_fixture():
    fixture = '0038_lithology_moisture_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                fixture)

    return CodeFixture(fixture_path)
Пример #12
0
def code_fixture():
    fixture = '0026_decom_mat_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                fixture)

    return CodeFixture(fixture_path)
Пример #13
0
def aquifer_vulnerability_codes():
    fixture = '0018_well_aquifer_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                fixture)

    return CodeFixture(fixture_path)
def code_fixture():
    fixture = '0059_other_code_values.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                fixture)

    return CodeFixture(fixture_path)
Пример #15
0
def aquifers_codes():
    fixture = '0002_aquifers_codes.json'
    fixture_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                fixture)

    return CodeFixture(fixture_path)