This epsidoe goes into more Python unit testing prior to publishing our python tool. As a bonus, we'll also cover re-submitting our python package.
0:00 Python testing
0:38:43 Unittest.mock import patch (to test python print output / mock print)
0:59:32 Update (re-upload) python package on PyPI
Watch Part 0 [Taskwarrior: Terminal-based task management for getting things done (GTD) | Productivity tutorial]: https://youtu.be/cDYIes9avW4
Watch Part 1 [Build w/ Python 1: Command line productivity scoreboard for TaskWarrior]: https://youtu.be/lT2jqmhRkxo
Watch Part 2 [Build w/ Python 2: Colorful terminal CLI, argparse, python package structure (production-ready)]: https://youtu.be/DpvnLO6vw2I
[Build w/ Python 3: Build & Publish our Python Package!] :https://youtu.be/2M9jyjPAR2k
[Build w/ Python 4: Python Code Refactoring](https://youtu.be/474zPc1Oxy0)
This episode covers how to write modular python functions through code refactoring our python package! Breaking up one big function into several smaller functions for unit testing!
Anyone in the world can now just run `pip install taskquant` and see a scoreboard of their task by doing `tq` (stands for "TaskQuant")
Link to code repo:
https://github.com/onlyphantom/taskquant
Link to PyPI:
https://pypi.org/project/taskquant/
Link to tasklib:
https://github.com/GothenburgBitFactory/tasklib
Link to TaskWarrior:
https://github.com/GothenburgBitFactory/taskwarrior