Write untitests for basic functionality. For more info see [here](https://docs.python.org/3.7/library/unittest.html), and [here](https://docs.python-guide.org/writing/tests/) So far, we need to test: - [x] `config.py` - [x] `hostbuilder.py` - [ ] `randomvideo.py` - [ ] `server.py` - [ ] `youtube_service.py` - [x] `quotes.py` - [ ] `bm_cat_bot.py` - [x] `cache.py`
Write untitests for basic functionality. For more info see here, and here
So far, we need to test:
config.pyhostbuilder.pyrandomvideo.pyserver.pyyoutube_service.pyquotes.pybm_cat_bot.pycache.py