cli
cli copied to clipboard
Command line interface to DeepSource -- https://deepsource.io/
Run builds and tests on all 3 primary OS: MacOS, Linux based OS(already exists) and Windows.
``` ? Which languages/tools does your project use? Docker ? Custom Dockerfile paths X Sorry, your reply was invalid: Value is required ? Would you like to activate any Transformers...
Currently, the project lacks proper unit tests. There are some end-to-end tests, however they are not easy to set up. We should add proper unit tests for the project.
``` ? Would you like to add any exclude patterns? Yes ? Select exclude pattern ? Add more exclude patterns? Yes ? Select exclude pattern ? Add more exclude patterns?...
Such as ```toml test_patterns = ["tests/**.py"] ``` which means `tests/*.py`, `tests/*/*.py`, `tests/*/*/*.py`, ... TIA!
Like ```python # skipcq: begin PYL-W0511 ... # skipcq: end PYL-W0511 ``` TIA!