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

split files models.py and test.py #912

Merged
merged 1 commit into from
Aug 27, 2021
Merged

split files models.py and test.py #912

merged 1 commit into from
Aug 27, 2021

Conversation

lavigne958
Copy link
Collaborator

@lavigne958 lavigne958 commented Aug 20, 2021

In order ease development for all developers and management of the library
split each class into its dedicated file.

split the file test.py to simplify management of tests.
One file per class being tested.

! This is a breaking change ! user will be required to update their code
in order to match library new layout.

no changes to the code has been made (apart to match new import layout).

closes #871
closes #875

In order ease development for all developers and management of the library
split each class into its dedicated file.

split the file `test.py` to simplify management of tests.
One file per class being tested.

! This is a breaking change ! user will be required to update their code
in order to match library new layout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split models.py
1 participant