Bugs when testing with test cases

Bug description:
The test function in replit failed to function normally. The test function ignores the output from the code and use the input as the output. So the students always failed the test cases even though their code are correct.

Expected vs Current Behavior:
Expected: The test function uses the actual output from the code
Current: The test function uses the input as the output and ignore the output from the code

Steps to reproduce:
Click “Run Test” in “Test”.

Bug appears at this link: https://replit.com/@66-1-itds120/L05-Q3-Bonus

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Replit Profile: https://replit.com/@ProgrammingMuic

3 Likes

I meet the same problem. The bug seems very easy to be solved but no one solve it.

I am facing the same problem. The actual output does not appear

Welcome to Ask! Have you tried using the old Python template instead of the new one? See also this topic: Help with a simple test

1 Like

I got the exaxt same issue. Actual output is always empty.

1 Like