mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 06:05:44 +00:00
adding latest
This commit is contained in:
@@ -15,6 +15,7 @@ Documentation:
|
||||
|
||||
☐ Document regex usage
|
||||
☐ Write documentation using `mkdocs`
|
||||
☐ Create a boilerplate `duties.py` for common tasks for future projects. Put in a gist.
|
||||
☐ Look at how to use github actions
|
||||
Use <https://github.com/pdm-project/pdm/tree/main/.github/workflows> for an example
|
||||
☐ Build the docs using a github action.
|
||||
@@ -37,6 +38,9 @@ Documentation:
|
||||
☐ Capturing exceptions in the CLI.
|
||||
Access the message of the exception with `.args[0]`.
|
||||
use `raise SystemExit(1) from exception` in order to gracefully exit
|
||||
☐ Adding custom args to an exception
|
||||
Overwrite `__init__`, access them in pytest with `.value.$args`
|
||||
Access them in a try,except with `raise $excpetion as $name; $name.$arg`
|
||||
|
||||
☐ 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
|
||||
|
||||
Reference in New Issue
Block a user