With the CLI it may be an easier to understand approach to move the commands to their own files.
Justification:
render-engine init is in its own file
render-engine tools are in their own file
- The act of calling
render-engine cli are in its own file
New entry is spread across two files test_cli.py and test_cli_commands.py
This may be bigger task that is move each of the commands to their own test file (which could require moving and calling things in different locations)
Solution:
With the CLI it may be an easier to understand approach to move the commands to their own files.
Justification:
render-engine initis in its own filerender-engine toolsare in their own filerender-enginecli are in its own fileNew entry is spread across two files
test_cli.pyandtest_cli_commands.pyThis may be bigger task that is move each of the commands to their own test file (which could require moving and calling things in different locations)
Solution:
tests_render-engine-new_entry.py