RunestoneComponents icon indicating copy to clipboard operation
RunestoneComponents copied to clipboard

Items run using Python 3 (on server) and unittests say error even though the tests run correcty

Open barbarer opened this issue 2 years ago • 3 comments

When we use :language: python3 and have code run on the server using regular Python unittests the display always says error even if the test cases run correctly.

image

barbarer avatar Mar 30 '22 16:03 barbarer

I'm sure its interpreting that Resource warning as an error. Is there a way to fix that?

bnmnetp avatar Mar 30 '22 16:03 bnmnetp

I did close the file so I am not sure why it would give that error. I think I see this same Error on all server based tests cases, but will check.

barbarer avatar Mar 30 '22 17:03 barbarer

It says error even if there is no warning. image

barbarer avatar Apr 02 '22 15:04 barbarer