Skip to content

Update build.yml

Update build.yml #7

GitHub Actions / Test Results succeeded Dec 19, 2023 in 1s

Test Results ✅

Tests passed successfully

✅ results.trx

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

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

✅ 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