Example #1
0
def contact1():
    return ContactFactory(name="George",
                          address1="111 Test Lane",
                          address2="Apt E",
                          city="Durham",
                          state="NC",
                          zipcode="27701")
Example #2
0
def contact3():
    return ContactFactory(name="Chris",
                          address1="333 Still A Test Parkway",
                          address2="#404",
                          city="Durham",
                          state="NC",
                          zipcode="27703")
Example #3
0
def contact2():
    return ContactFactory(name="Colin",
                          address1="222 Also Test Ln",
                          address2="",
                          city="Durham",
                          state="NC",
                          zipcode="27702")
Example #4
0
def contact2():
    return ContactFactory(name="Colin")
Example #5
0
def contact1():
    return ContactFactory(name="George")
Example #6
0
def contact3():
    return ContactFactory(name="Chris")