def test_remove_db_then_create_and_initialise_sectors(self):
     """
     Completely remove the geo db and recreate
     """
     remove_geo_db()
     create_geo_database()
     make_airspace_file = make_test_data_file(AIRSPACE_DATA_FILE)
     initialise_airspace(make_airspace_file(), False)
 def test_remove_db_then_create(self):
     """
     Completely remove the ref and geo dbs and recreate
     """
     remove_geo_db()
     remove_ref_db()
     create(DB_TYPE_GEO)
     create(DB_TYPE_REF)
 def test_remove_db_then_create_and_initialise_sectors(self):
     """
     Completely remove the geo db and recreate
     """
     remove_geo_db()
     create_geo_database()
 def test_remove_db_then_create(self):
     """
     Completely remove the geo db and recreate
     """
     remove_geo_db()
     create_geo_database()