Skip to content

fix bug where loading package does not re-execute graph. (#4) #13

fix bug where loading package does not re-execute graph. (#4)

fix bug where loading package does not re-execute graph. (#4) #13

GitHub Actions / Test Results succeeded Jan 9, 2024 in 0s

Test Results ✅

Tests passed successfully

✅ results.trx

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

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

✅ 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