Python Prime Number Finder "Test Code" tests

https://www.codecademy.com/code-challenges/code-challenge-prime-number-finder-python

I don’t need help with the actual code quite yet, but I have a question. I have what I thought was a good solution for this but when I click on “Test Code” for this I get “2/5 tests passed”.

However, I can’t figure out what the tests are. I have no idea what I am not accomplishing with the code. I don’t know what needs to be fixed or what else needs to be done if I don’ t know what it is being tested for.

Where can I find out what the tests are that are being run on these challenges?

Thanks for you help.

Hey ssgt_squishy,

You’re probably failing the test because you did not find the optimal solution. If you feel comfortable, you should post your code.

Thanks, but not quite yet. I’d like to try to figure it out on my own.