Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-09-21 | Add more information to how to write a guide guide | -0/+3 | ||
2020-09-21 | Add OG meta to category view | -1/+3 | ||
2020-09-21 | Use `yaml.safe_load` instead plain load to avoid warning | -1/+1 | ||
2020-09-21 | Fix error that came in when moved path to constant | -1/+1 | ||
2020-09-21 | Create tests for `get_guide` function | -0/+44 | ||
2020-09-21 | Move base path to constant for guides utils unit tests | -16/+9 | ||
2020-09-21 | Create test for `_get_base_path` | -0/+9 | ||
2020-09-21 | Fix errors in unit tests that is based on recent changes | -19/+7 | ||
2020-09-21 | Create tests for `get_guides` | -1/+34 | ||
2020-09-21 | Create new function `_get_base_path` for guides for better patching | -6/+11 | ||
2020-09-21 | Update `get_guides` function for better testability | -2/+3 | ||
2020-09-21 | Create tests for get_categories guides utility function | -0/+19 | ||