christianhelle / autofaker

Python library designed to minimize the setup/arrange phase of your unit tests
MIT License
6 stars 3 forks source link

Autodata docs #48

Closed christianhelle closed 3 days ago

christianhelle commented 3 days ago

This pull request refactors the comments and return type in the Autodata class to improve readability and maintainability. The comments have been re-formatted to follow a consistent style, and the return type has been specified for the create_many method. These changes make the code easier to understand and contribute to a better developer experience.

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.96%. Comparing base (000f7e7) to head (1ae18dd). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ======================================= Coverage 97.96% 97.96% ======================================= Files 46 46 Lines 2508 2508 ======================================= Hits 2457 2457 Misses 51 51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 3 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud