mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 06:15:45 +00:00
adding latest
This commit is contained in:
@@ -46,6 +46,13 @@ Documentation:
|
||||
☐ 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
|
||||
|
||||
Testing:
|
||||
☐ Document importing in inidivudal tests using `importlib.reload`
|
||||
Globally import the module
|
||||
Use `importlib.reload(module)` in each test instead of explicitly importing the module.
|
||||
This is because the import is cached.
|
||||
<https://stackoverflow.com/questions/32234156/how-to-unimport-a-python-module-which-is-already-imported>
|
||||
|
||||
Functionality:
|
||||
☐ Replace loggers with `click.echo` for command outputs. Keep logging messages for actual logging messages?
|
||||
Define a format: [TEMBO:$datetime] $message 🐘 - document this in general python for CLI
|
||||
|
||||
Reference in New Issue
Block a user