Skip to content

WTC-Hive/All-In-One

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assessment Review - All In One Python

  • Modify all_in_one.py to solve the problem as stated in [TODO ref to content's problem description].
  • The skeleton code needs to be fixed before the tests run.
  • You can test technical correctness by running the unit tests shown below.
  • DO NOT MODIFY TESTS IN THIS FILE all_in_one.py.

To Test

  • To run all the unittests on your terminal: python3 -m unittest tests/all_in_one.py
  • To run a specific step's unittest on your terminal, e.g step 1: python3 -m unittest tests.test_all_in_one.TestFunctions.test_get_date_of_birth
  • Note: at the minimum, these (unedited) tests must succeed before you may submit the solution for review.

FORK the repo, DO NOT clone it immediately

Once you have FORKED the repo, you will then clone what you have forked.

Complete the assessment

Git add, git commit, git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages