fossunited / falcon

A service that execute code in any programming language in a sandboxed environment.
MIT License
42 stars 6 forks source link

sanity check using flake and running tests #11 #16

Closed themrinalsinha closed 3 years ago

themrinalsinha commented 3 years ago

Hello, @anandology

currently, 2 cases are failing, is it a know pre-existing issue?

tests/test_livecode.py::test_sessions[sessions/test_hello.yml] PASSED    [ 12%]
tests/test_livecode.py::test_sessions[sessions/test_ping.yml] PASSED     [ 25%]
tests/test_livecode.py::test_exec[exec/test_hello.yml] PASSED            [ 37%]
tests/test_livecode.py::test_exec[exec/test_code_filename.yml] FAILED    [ 50%]
tests/test_livecode.py::test_exec[exec/test_loop.yml] PASSED             [ 62%]
tests/test_livecode.py::test_exec[exec/test_cmd.yml] FAILED              [ 75%]
tests/test_livecode.py::test_exec[exec/test_files.yml] PASSED            [ 87%]
tests/test_livecode.py::test_exec[exec/test_env.yml] PASSED              [100%]
anandology commented 3 years ago

Thanks @TheMrinalSinha for the PR. I've merged your changes.

I've already fixed the two failing tests in the master before the merge.