This PR lays fondation for writing unit tests for east tool.
Areas of interest
Please check files in the tests folder. I am mostly using basic
fixtures such as tmp_path, tmp_path_factory, monkeypatch and mocket to
create a fake west workspace. The use of this fixtures is quite
straightforward once you get past beginner mistakes.
Checklist
[x] Source code documentation for all newly added or changed functions was added/updated.
- [ ] All customer facing technical documentation was updated. (Not relevant)
Description
This PR lays fondation for writing unit tests for
east
tool.Areas of interest
Please check files in the
tests
folder. I am mostly using basic fixtures such as tmp_path, tmp_path_factory, monkeypatch and mocket to create a fake west workspace. The use of this fixtures is quite straightforward once you get past beginner mistakes.Checklist
- [ ] All customer facing technical documentation was updated.(Not relevant)Related issues
Fixes #27
After-review steps