Skip to content

Test method updated : better parsing#3

Open
LittlePlanetoid wants to merge 2 commits intoMrKinauJr:masterfrom
LittlePlanetoid:master
Open

Test method updated : better parsing#3
LittlePlanetoid wants to merge 2 commits intoMrKinauJr:masterfrom
LittlePlanetoid:master

Conversation

@LittlePlanetoid
Copy link

Better view for test informations

Comment on lines +59 to +65
print(f"name : {self.name['first']} {self.name['last']}")
print(f"address : {self.addy['addynum']} {self.addy['street']}\n{' '*18}{self.addy['province']}\n{' '*18}{self.addy['zip']}\n")
print(f"SSN : {self.SSN}")
print(f"phone : ({self.phoneprefix}){self.phone}")
print(f"birthday : {self.birthday['Day']} {self.birthday['Month']} {self.birthday['Year']} ({self.age}yo)")
print(f"tropical zodiac : {self.tropicalzodiac}")
print(f"favorite colour : {self.favcolor}\n")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

personal informations pool

Comment on lines +67 to +71
print(f"mail : {self.email}")
print(f"username : {self.username}")
print(f"password : {self.password}")
print(f"website : {self.website}")
print(f"useragent : {self.useragent}\n")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

internet informations

Comment on lines +73 to +76
print(f"type of card : {self.cardtype}")
print(f"card No : {self.card}")
print(f"expiration : {self.exp}")
print(f"secret : {self.CVC}\n")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bank informations

Comment on lines +78 to +79
print(f"company : {self.company}")
print(f"job : {self.job}\n")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

job informations

Comment on lines +81 to +83
print(f"height : {self.height}")
print(f"weight : {self.weight}")
print(f"bloodtype : {self.bloodtype}\n")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

body informations

Comment on lines +85 to +89
print(f"UPS tracking : {self.UPSTrackingnum}")
print(f"moneyGRAM : {self.MoneyGram}")
print(f"WesternUnion : {self.WesternUnion}")
print(f"car : {self.car}")
print(f"GUID : {self.GUID}")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other informations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant