bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

nose fails to import when $PWD contains spaces #426

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create project in directory containing space. For example $HOME/My 
Projects/myproject
2. Run nosetests

What is the expected output? What do you see instead?
nosetests adds $HOME/My Projects/ to sys.path before $HOME/My 
Projects/myproject which cause the imports to fail

What version of the product are you using? On what operating system?
0.11.4

Please provide any additional information below.

Original issue reported on code.google.com by uzytkown...@gmail.com on 5 Jun 2011 at 11:45