Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Dynamo test deps using samples approach #5

Merged
merged 5 commits into from
Jan 31, 2024

typo

3c41cf9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Resolve Dynamo test deps using samples approach #5

typo
3c41cf9
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Jan 31, 2024 in 0s

Test Results ✅

Tests passed successfully

✅ results.trx

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

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

✅ 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