YouTube CLA - Google Coding Challenge - Submission by Daud Farzand
Passes all the tests set by Google, please run in compliance with briefing instructions.
Please make sure you install Python 3.7
or higher.
The tests are using pytest
, if you don't have pytest
installed yet, you can do so by running:
python3 -m pip install pytest
To run the command-line application:
python3 -m src.run
You can close the app by typing EXIT
as a command.
To run all the tests:
python3 -m pytest
python3 -m pytest -v
python3 -m pytest test/part1_test.py
python3 -m pytest test/part2_test.py
python3 -m pytest test/part3_test.py
python3 -m pytest test/part4_test.py