mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 06:05:44 +00:00
adding latest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user