Beispiel #1
0
def test_r9t9(capsys):
    """
    Testing r9t9. All required information stored in folder r9_transfer.
    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r9_transfer',
           accts_file='validAccountsList.txt',
           test_id='R9T9')
Beispiel #2
0
def test_r2t1(capsys):
    """
    Testing r2t1. All required information stored in folder r2_login.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r2_login',
           accts_file='validAccountsList.txt',
           test_id='R2T1')
Beispiel #3
0
def test_r4t8(capsys):
    """
    Testing r4t8. All required information stored in folder r4_logout.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r4_logout',
           accts_file='validAccountsList.txt',
           test_id='R4T8')
Beispiel #4
0
def test_r1t2(capsys):
    """
    Testing r1t2. All required information stored in folder r1_general.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r1_general',
           accts_file='validAccountsList.txt',
           test_id='R1T2')
Beispiel #5
0
def test_r8t7(capsys):
    """
    Testing r8t7. All required information stored in folder r8_withdraw.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r8_withdraw',
           accts_file='validAccountsList.txt',
           test_id='R8T7')
Beispiel #6
0
def test_r7t7(capsys):
    """
    Testing r7t7. All required information stored in folder r7_deposit..

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r7_deposit',
           accts_file='validAccountsList.txt',
           test_id='R7T7')
def test_r3t6(capsys):
    """
    Testing r3t6. All required information stored in folder
    r3_validAccountsListFile.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(capsys=capsys,
           test_set='r3_validAccountsListFile',
           accts_file='noSpecialFile.txt',
           test_id='R3T6')
Beispiel #8
0
def test_r6t6(capsys):
    """
    Testing r6t6. All required information stored in folder r6_deleteAccount

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(
        capsys=capsys,
        test_set='r6_deleteAccount',
        accts_file='validAccountsList.txt',
        test_id='R6T6'
    )
def test_r5t7(capsys):
    """
    Testing r5t7. All required information stored in folder r5_createAccount.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(
        capsys=capsys,
        test_set='r5_createAccount',
        accts_file='emptyValidAccountsList.txt',
        test_id='R5T7'
    )
def test_r5t8(capsys):
    """
    Testing r5t8. All required information stored in folder r5_createAccount.

    @param capsys Object created by pytest to capture stdout and stderr
    """
    helper(
        capsys=capsys,
        test_set='r5_createAccount',
        accts_file='acctWithAll1s.txt',
        test_id='R5T8'
    )