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

Moved the content of CMethods.py to __init__.py and adjusted the imports #14

Conversation

btschwertfeger
Copy link
Owner

Summary

Breaking Change: The content of the CMethods.py module moved to __init__.py to simplify the imports from
from cmethods.CMethods import CMethods to from cmethods import CMethods.


Closes #10

@btschwertfeger btschwertfeger added the Should Something that should be implemented somewhere in the future label Apr 10, 2023
@btschwertfeger btschwertfeger added this to the v1.0.0 milestone Apr 10, 2023
@btschwertfeger btschwertfeger self-assigned this Apr 10, 2023
@btschwertfeger btschwertfeger marked this pull request as ready for review April 10, 2023 17:03
@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

Merging #14 (75f2f22) into master (31998f9) will not change coverage.
The diff coverage is 99.54%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           1        1           
  Lines         219      219           
=======================================
  Hits          218      218           
  Misses          1        1           
Flag Coverage Δ
unittests 99.54% <99.54%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmethods/__init__.py 99.54% <99.54%> (ø)

@btschwertfeger btschwertfeger merged commit 8feaf24 into master Apr 10, 2023
19 checks passed
@btschwertfeger btschwertfeger deleted the 10-remove-the-unnecessary-cmethodspy-module-to-access-the-cmethods-class-more-easily branch April 10, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Should Something that should be implemented somewhere in the future
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the unnecessary CMethods.py module to access the CMethods class more easily
1 participant