adding latest

This commit is contained in:
2021-11-04 00:01:38 +00:00
parent 544c90eeed
commit 83db380fec
3 changed files with 40 additions and 9 deletions

View File

@@ -42,6 +42,11 @@ Documentation:
Overwrite `__init__`, access them in pytest with `.value.$args`
Access them in a try,except with `raise $excpetion as $name; $name.$arg`
☐ Document capturing stdout
Use `capsys`
`assert capsys.readouterr().out`
A new line may be inserted if using `click.echo()`
☐ Document using datadir with a module rather than a shared one. Link to tembo as an example.
☐ Can prospector ignore tests dir? document this in the gist if so
☐ Redo the documentation on a CLI, reorganise and inocropoate all the new tembo layouts
@@ -68,6 +73,8 @@ Functionality:
☐ Update poetry
☐ Build docs
☐ Document using Duty
☐ Duty for auto insert version from `poetry version`.
Need to decide what file to place `__version__` in.
Logging:
☐ Make all internal tembo logs be debug