Public Member Functions | |
def | __init__ |
def | compare |
def | was_compared |
Public Attributes | |
clear_db | |
db_name | |
Download needed files. More... | |
dry | |
no_url | |
use_external_script_to_compare_files | |
work_path | |
Create working directory if not given. More... | |
Generates release comparison information and stores it on SQLite3 .db file.
Definition at line 120 of file ValidationMatrix_v2.py.
def ValidationMatrix_v2.ReleaseComparison.__init__ | ( | self, | |
work_path = None , |
|||
db_name = None , |
|||
clear_db = False , |
|||
dry = False , |
|||
no_url = False , |
|||
use_external = False |
|||
) |
Definition at line 122 of file ValidationMatrix_v2.py.
def ValidationMatrix_v2.ReleaseComparison.compare | ( | self, | |
rel1, | |||
frags1, | |||
rel2, | |||
frags2, | |||
st_tests, | |||
url = None , |
|||
title = None |
|||
) |
Definition at line 141 of file ValidationMatrix_v2.py.
def ValidationMatrix_v2.ReleaseComparison.was_compared | ( | self, | |
release1, | |||
release2, | |||
st_test_name | |||
) |
Definition at line 130 of file ValidationMatrix_v2.py.
ValidationMatrix_v2.ReleaseComparison.clear_db |
Definition at line 125 of file ValidationMatrix_v2.py.
ValidationMatrix_v2.ReleaseComparison.db_name |
Download needed files.
Compare file pairs.
Create database
Definition at line 124 of file ValidationMatrix_v2.py.
ValidationMatrix_v2.ReleaseComparison.dry |
Definition at line 126 of file ValidationMatrix_v2.py.
ValidationMatrix_v2.ReleaseComparison.no_url |
Definition at line 127 of file ValidationMatrix_v2.py.
ValidationMatrix_v2.ReleaseComparison.use_external_script_to_compare_files |
Definition at line 128 of file ValidationMatrix_v2.py.
ValidationMatrix_v2.ReleaseComparison.work_path |
Create working directory if not given.
Definition at line 123 of file ValidationMatrix_v2.py.