Tell us what’s happening:
Describe your issue in detail here.
I am trying to test my code for the Scientific Computing with Python - Polygon Area Calculator, but the “Use run command” option to run test isn’t in the boilerplate. Is there another way I can run my code against the test cases? I have already tried adding run = "python3 main.py" in the .replit file, but it still doesn’t run the tests. Thanks for any and all help!
@pkdvalis Yea I did too, but I removed some code and it still passed, so I assumed it wasn’t actually running my code against any tests. This output looks different as well from past tests in other projects.
@pkdvalis I removed a few methods in the Square class. I thought that the tests would check more of the project so that I could see if the way my classes were set up are correct. This project seems a lot easier than the past 3, so maybe that’s what’s throwing me off. I submit what I have and hopefully it’s good to go. Thanks again @pkdvalis !
I am trying to test my code for the Scientific Computing with Python - Polygon Area Calculator, but the “Use run command” option to run test isn’t in the boilerplate. Is there another way I can run my code against the test cases?