Re: strange permission issue with nosetests

2008-11-20 Thread Roel Schroeven
Mr.SpOOn schreef: On Thu, Nov 20, 2008 at 13:34, Ben Finney <[EMAIL PROTECTED]> wrote: Mr.SpOOn <[EMAIL PROTECTED]> writes: Searching on google I found this: http://www.siafoo.net/article/61 He had the same issue and said to change permission of the file to 664. Unit test modules, which are p

Re: strange permission issue with nosetests

2008-11-20 Thread Ben Finney
Mr.SpOOn <[EMAIL PROTECTED]> writes: > Mmm it seems strange to me. I mean, there isn't any reference to this > on the site. How would one imagine he needs to change permission? And > it is strange that the first time I didn't need to change anything. This seems now to have moved to be more about

Re: strange permission issue with nosetests

2008-11-20 Thread Mr . SpOOn
On Thu, Nov 20, 2008 at 13:34, Ben Finney <[EMAIL PROTECTED]> wrote: > Mr.SpOOn <[EMAIL PROTECTED]> writes: > >> Searching on google I found this: http://www.siafoo.net/article/61 >> He had the same issue and said to change permission of the file to 664. > > Unit test modules, which are primarily m

Re: strange permission issue with nosetests

2008-11-20 Thread Ben Finney
Mr.SpOOn <[EMAIL PROTECTED]> writes: > Searching on google I found this: http://www.siafoo.net/article/61 > He had the same issue and said to change permission of the file to 664. > > I tried and it worked. > Is that normal? Why does it happen? If a file is meant to be run as a command or progra

strange permission issue with nosetests

2008-11-20 Thread Mr . SpOOn
Hi, I'm trying the nose testing package. I've just started reading the tutorial and I had a problem with the first simple example. This is the test: def test_b(): assert 'b' == 'b' In the same directory I gave the command nosetests and it runs the test. Then I try with nosetests -v, but it