pombreda / python-nose

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

Allow putting `.noserc` in local directory instead of the home directory #394

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the docs I see this sentence:

    In addition to passing command-line options, you may also put configuration
    options in your project’s setup.cfg file, or a .noserc or nose.cfg file in
    your home directory.

I want my `.noserc` file to be in my project directory instead of my home 
folder. This is so (a) it will be specific to the project only, (b) it will be 
version controlled and (c) when other computers download the repo, they will 
use this `.noserc`.

Original issue reported on code.google.com by ram.rac...@gmail.com on 25 Jan 2011 at 3:29

GoogleCodeExporter commented 9 years ago
Anything that can go into a .noserc can go into your project's setup.cfg file, 
so IMO there's no need to also support putting a .noserc file there.

Original comment by jpelle...@gmail.com on 8 Feb 2011 at 2:37

GoogleCodeExporter commented 9 years ago
I agree, I didn't know about setup.cfg before.

Original comment by ram.rac...@gmail.com on 8 Feb 2011 at 3:01