i have complited the function and i tried every combination there was in my mind, however, when i run it main.py on the replit domain it only tries one test, the following:
32 3801 45 123
698 - 2 + 43 + 49
(for some reason in this text box it is a bit distorted but it’s normal on replit)
i believe that there would at least a few more tests to make.
does anyone know why there is a single one?
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0
Challenge: Scientific Computing with Python Projects - Arithmetic Formatter
I’m not sure what you mean by single test. When you run main.py it should run, I think, like 10 tests to check your code. Do you have the editing link for your replit to share so we can look at the code?
Also, to keep your code messages not getting distorted when typed on here, put them in between ` tick marks. It marks your text as code and translates it exactly as typed rather than translating it.
Well, its basically telling you that an import module couln’t be located, meaning its not installed. People more familiar with the projects may have other configuration changes to make to your Replit files to make sure it installs all dependencies, but a fast work-around is to manually install the missing module. That’s what I always do without issue.
From the console of your Replit app, install the pytest module: