Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 314 Bytes

JobEasy Python course

To check your homework:

  1. install Python packages listed in requirements.txt file
  2. move in terminal to folder 'tests' (enter cd tests)
  3. run pytest homework_1_1.py -r chars --cache-clear in terminal, where homework_1_1.py is the name of your homework, which you'd like to check