-
Notifications
You must be signed in to change notification settings - Fork 28
TASK: Write a test for a Person method #81
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a tasktestChanges to test filesChanges to test files🐝 Lower AdvancedGood for devs with many years of experience and confidence in programmingGood for devs with many years of experience and confidence in programming📌 pinnedThis is important!This is important!🦗 Upper IntermediateGood for growing devs with good confidence and experience in programmingGood for growing devs with good confidence and experience in programming🦟 IntermediateGood for growing devs who've been coding for a whileGood for growing devs who've been coding for a while🪲 AdvancedGood for devs with many years of experience and potentially some formal educationGood for devs with many years of experience and potentially some formal education
Description
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskThis is a task issue / PR completing a taskThis is a task issue / PR completing a tasktestChanges to test filesChanges to test files🐝 Lower AdvancedGood for devs with many years of experience and confidence in programmingGood for devs with many years of experience and confidence in programming📌 pinnedThis is important!This is important!🦗 Upper IntermediateGood for growing devs with good confidence and experience in programmingGood for growing devs with good confidence and experience in programming🦟 IntermediateGood for growing devs who've been coding for a whileGood for growing devs who've been coding for a while🪲 AdvancedGood for devs with many years of experience and potentially some formal educationGood for devs with many years of experience and potentially some formal education
📍 *This is a pinned task. (just not actually pinned on the Issues page)
Everyone can contribute and share their ideas here, and you can still complete the task even if others have already done so.
Difficulty: Intermediate to Advanced (requires knowledge or experience in module testing)
TODO:
Personclass inperson.pyto testtestsfolder in the root directory.test_person.pyif it's not there yet (intended for others to also create tests for other methods)PR steps:
test/person-<method-name>. Replace<method-name>with the name of the method you choseTASK: Write a test for a `Person` method (#81)Closes #81at the end of the PR descriptionPlease make sure you have read the Contributing Guidelines before
working.
Feel free to ask any questions here!
You do not need to leave a comment to work on this task.