Skip to content

conflict

conflict #9

GitHub Actions / Test Results succeeded Jan 4, 2024 in 1s

Test Results ✅

Tests passed successfully

✅ results.trx

33 tests were completed in 17s with 33 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IronPythonTests.CodeCompletionTests 20✅ 2s
IronPythonTests.PythonEvalTests 7✅ 3s
IronPythonTests.PythonEvalTestsWithLibraries 6✅ 799ms

✅ IronPythonTests.CodeCompletionTests

✅ CanFindDifferentTypesOfImportsAndLoad
✅ CanFindSystemCollectionsAssignmentAndType
✅ CanFindTypeSpecificImportsMultipleTypesSingleLine
✅ CanGetCompletionDataForArrayListVariable
✅ CanIdentifyVariableTypeAndGetCompletionData
✅ CanImportLibrary
✅ CanImportSystemCollectionsLibraryAndGetCompletionData
✅ CanImportSystemLibraryAndGetCompletionData
✅ CanMatchAllVariablesSingleLine
✅ CanMatchAllVariableTypes
✅ CanMatchBasicArrayVarSingleLine
✅ CanMatchBasicDictVarSingleLine
✅ CanMatchBasicNumVarSingleLine
✅ CanMatchComplexDictVarMultiLine
✅ CanMatchComplexDictVarSingleLine
✅ CanMatchImportSystemAndLoadLibraryAndWithComment
✅ CanMatchIntSingleLine
✅ DoesntMatchBadVariable
✅ DuplicateCallsToImportShouldBeFine
✅ VerifyIronPythonLoadedAssemblies

✅ IronPythonTests.PythonEvalTests

✅ BindingsWork
✅ DataMarshaling_Input
✅ DataMarshaling_Output
✅ EvaluatorWorks
✅ IronPythonGivesCorrectErrorLineNumberAndLoadsStdLib
✅ NonListIterablesCanBeOutput
✅ SliceOperator_Output

✅ IronPythonTests.PythonEvalTestsWithLibraries

✅ TestArrayEncoding
✅ TestBigIntegerEncodingDecoding
✅ TestDictionaryViewsDecoding
✅ TestDir
✅ TestListDecoding
✅ TestTupleDecoding