Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor string formatting #134

Merged
merged 3 commits into from
Aug 11, 2022
Merged

Refactor string formatting #134

merged 3 commits into from
Aug 11, 2022

Conversation

rszamszur
Copy link
Member

@rszamszur rszamszur commented Aug 11, 2022

Checklist:

  • Added tests for changed code where applicable.
  • Documentation reflects the changes where applicable.
  • Updated the CHANGELOG.md file with your changes.
  • My PR is ready to review.

Resolves: #133

Description of the changes being introduced by the pull request:

@rszamszur rszamszur added copier: project Related to copier template refactor Related to major code refactoring/reorganisation labels Aug 11, 2022
@rszamszur rszamszur self-assigned this Aug 11, 2022
@github-actions
Copy link
Contributor

@codecov-commenter
Copy link

Codecov Report

Merging #134 (e88024b) into master (18fbb9e) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #134   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines          800       801    +1     
=========================================
+ Hits           800       801    +1     
Impacted Files Coverage Δ
fastapi_mvc/cli/run.py 100.00% <ø> (ø)
...}/{{cookiecutter.package_name}}/app/views/error.py 100.00% <ø> (ø)
fastapi_mvc/borg.py 100.00% <100.00%> (ø)
fastapi_mvc/cli/click_custom.py 100.00% <100.00%> (ø)
fastapi_mvc/commands/run_generator.py 100.00% <100.00%> (ø)
fastapi_mvc/commands/run_shell.py 100.00% <100.00%> (ø)
fastapi_mvc/generators/controller/controller.py 100.00% <100.00%> (ø)
fastapi_mvc/generators/generator/generator.py 100.00% <100.00%> (ø)
fastapi_mvc/generators/project/project.py 100.00% <100.00%> (ø)
...cookiecutter.package_name}}/app/exceptions/http.py 100.00% <100.00%> (ø)
... and 6 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rszamszur rszamszur merged commit bcabbd7 into master Aug 11, 2022
@rszamszur rszamszur deleted the refactor_string_formatting branch August 11, 2022 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copier: project Related to copier template refactor Related to major code refactoring/reorganisation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor string formatting with f-Strings
2 participants