Exemplo n.º 1
0
def test_build_input_database():
    """
    Ensure we can build the input database with nothing crashing
    """
    # We use this to force the SQLite connection string to be "sqlite:///",
    # which means we use an in-memory database rather than writing to a file.
    db = build_input_database()
Exemplo n.º 2
0
 def safe_run(self):
     build_input_database()
Exemplo n.º 3
0
def build_input_db(force):
    """
    Build a new input database from input data files.
    """
    build_input_database(force)