Gabriel Luiz Freitas Almeida
4e1fc2202a
🔥 refactor(test_cli.py): remove unused imports and test cases
...
The test_cli.py file had some unused imports and test cases that were not being used. This commit removes those unused imports and test cases to improve code cleanliness and maintainability.
2023-08-07 14:16:37 -03:00
Gabriel Luiz Freitas Almeida
41707c1eac
🔧 chore(test_cli.py): refactor test_components_path to use a temporary directory for components path
...
🔧 chore(test_cli.py): refactor test_components_path to use a temporary directory for components path to improve test isolation and avoid side effects
2023-08-07 11:59:23 -03:00
Gabriel Luiz Freitas Almeida
36a7ba4ad5
🚀 feat(test_cli.py): add tests for server functionality and command line options
...
🚀 feat(test_cli.py): add test for checking database URL option
🚀 feat(test_cli.py): add test for checking components path option
2023-08-07 09:45:09 -03:00