sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
39 stars 28 forks source link

Replace deprecated unittest.makeSuite() #370

Closed penguinpee closed 5 months ago

penguinpee commented 5 months ago

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 commented 5 months ago

Fixed the TypeError in test_python_binding by first instantiating the class.