Problem with input/output tests and missing unit tests

Question:

Hi, input/output tests are for some reason not working correctly. The test result displays only the input. Input prompt and output (after the input is completed) are missing, though if I just use the “Run” button, everything works fine.

And if I want to choose unit tests instead of input/output tests:
“Unit tests are not currently supported for this language.”
One week ago unit tests were available and functioning.

What happened here?!

I use / want to use the tests for python coding tasks for my students.

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

1 Like

This post was flagged by the community and is temporarily hidden.

It seems lots of people are having this issue: Unit Tests not supported on Python Repls

I had a workaround of copying a repl that has working unit tests and manually deleting everything, but it’s still weird.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.