socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

[#11] Add a call_command function that allow to call any command with… #14

Closed StephaneCapponi closed 1 year ago

StephaneCapponi commented 1 year ago

…in the framework

Change were also made in the test/utils.py in order to manage class decorator for overidde_settings. Due to this change we also needed to add unitest to cover that part.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.24 :tada:

Comparison is base (701f704) 99.59% compared to head (337c945) 99.84%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #14 +/- ## ========================================== + Coverage 99.59% 99.84% +0.24% ========================================== Files 26 26 Lines 1236 1288 +52 Branches 201 206 +5 ========================================== + Hits 1231 1286 +55 + Misses 4 1 -3 Partials 1 1 ``` | [Impacted Files](https://codecov.io/gh/socon-dev/socon/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev) | Coverage Δ | | |---|---|---| | [socon/core/management/\_\_init\_\_.py](https://codecov.io/gh/socon-dev/socon/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vY29yZS9tYW5hZ2VtZW50L19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [socon/core/management/base.py](https://codecov.io/gh/socon-dev/socon/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vY29yZS9tYW5hZ2VtZW50L2Jhc2UucHk=) | `100.00% <100.00%> (ø)` | | | [socon/test/utils.py](https://codecov.io/gh/socon-dev/socon/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vdGVzdC91dGlscy5weQ==) | `100.00% <100.00%> (+6.97%)` | :arrow_up: | | [socon/utils/func.py](https://codecov.io/gh/socon-dev/socon/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vdXRpbHMvZnVuYy5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.