We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db67d8 commit 3b00f60Copy full SHA for 3b00f60
pyomo/contrib/solver/tests/unit/test_base.py
@@ -140,6 +140,7 @@ def test_context_manager(self):
140
class TestLegacySolverWrapper(unittest.TestCase):
141
def test_class_method_list(self):
142
expected_list = [
143
+ 'api_version',
144
'available',
145
'config_block',
146
'default_variable_value',
0 commit comments