- Notifications
You must be signed in to change notification settings - Fork749
Closed
Labels
Description
Environment
- Pythonnet version: 3.0.0-rc6
- Python version: 3.7
- Operating System: Windows 10
- .NET Runtime: .net 6
This test fails with error -56 != 200
deftest_object_string_format():"""Test int to string."""fromSystemimportStringinteger_value=200string_value=String.Format("{0}",integer_value)assertstring_value=="200",f"{string_value} != ""200"""
Solution coming up