Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Testing Be Assertive Quantitative Assertions

Modou Sawo
Modou Sawo
13,141 Points

Help with running Python Testing scripts: "python: can't open file 'tests.py': [Errno 2] No such file or directory "

When I run the tests.py script for the Quantitative Assertions course (Python Testing course in general), I get a "No such file or directory." I think it's perhaps some issues with workspaces, but I'm unsure; any help?

1 Answer

Modou Sawo
Modou Sawo
13,141 Points

I figured it out. I had to run "cd rps/" first and then python tests.py