Exemplo n.º 1
0
def test_importer_reportStatus(excel):
    log = Log('test.log')
    importer = Importer(excel, log)
    # Still working out how best to test this method - all it does is write
    # content out to log files, no calculation
    assert importer.reportStatus() is True
    importer.missing = ['Missing Record']
    assert importer.reportStatus() is True