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

Replace deprecated unittest.makeSuite() #370

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

penguinpee
Copy link
Contributor

The function has been deprecated in Python 3.11 and will be removed from
the upcoming Python 3.13.

See: https://docs.python.org/3.13/whatsnew/3.13.html#unittest

The function has been deprecated in Python 3.11 and will be removed from
the upcoming Python 3.13.

See: https://docs.python.org/3.13/whatsnew/3.13.html#unittest
@penguinpee
Copy link
Contributor Author

Fixed the TypeError in test_python_binding by first instantiating the class.

@fbergmann fbergmann self-requested a review April 23, 2024 08:19
Copy link
Member

@fbergmann fbergmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you so much for this PR!

@fbergmann fbergmann merged commit ec444e9 into sbmlteam:development Apr 23, 2024
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants