transactiontests

TransactionDataTests

class transactiontests.TransactionDataTests(methodName='runTest')

Bases: unittest.case.TestCase

Test cases for yum.transactioninfo.TransactionData

assertResult(txmbrs)

Check if self.tsInfo contains the given txmbr.

testAddTheSameTwice()

test add the same twice

testAddToTransaction()

test adding basic adding to Transaction

testAddUpdatesAndObsoletes()

test addUpdated,addObsoleted

testExists()

test exists method

testGetFromTransaction()

test getting from Transaction

testLenght()

test __len__ method

testMatchNaevr()

test MatchNaevr

testRemove()

test remove from transaction

testgetMembersWithState()

test getMembersWithState

Table Of Contents

Previous topic

testbase

Next topic

utils

This Page