Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

LNX-26 Add github action for tests #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alpinus4
Copy link
Contributor

Also fix missing argument in tests when calling runtime.

The problem is some errors aren't raised as expected in tests.
To be discussed.

FAILED tests/builtins_test.py::test_import_failure - Failed: DID NOT RAISE <class 'ImportError'>
FAILED tests/builtins_test.py::test_open_failure - Failed: DID NOT RAISE <class 'NameError'>
FAILED tests/builtins_test.py::test_print_failure - Failed: DID NOT RAISE <class 'NameError'>
========================================= 3 failed, 4 passed in 0.08s =========================================

Also fix missing argument in tests when calling runtime.
Copy link
Member

@filip-szweda filip-szweda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, let's wait for addition of actual error handling before we merge these changes.

tests/helpers/utils.py Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants