Database Interactions (reftest.db)

Reference/API

reftest.db Module

Functions

data_exists(fname, session) Check if there is already a dataset with the proposed dataset’s parameters
load_session([db_path]) Create a new session with the test data DB.
create_test_data_db(db_path) Create the SQLite DB for test data.
add_test_data(file_path[, db_path, force, …]) Add files to the test data DB.

Classes

TestData(filename)

Class Inheritance Diagram

Inheritance diagram of reftest.db.TestData