Re: [pytest-dev] logo is online

2014-06-02 Thread Florian Schulze
I think you should go for the orange links, the black ones don't stand out enough. Regards, Florian Schulze On 2 Jun 2014, at 8:58, holger krekel wrote: I am not sure about colors everywhere. For now, i went with only black text (links get underlined). Second best i like orange links as s

Re: [pytest-dev] logo is online

2014-06-02 Thread Laura Creighton
In a message of Mon, 02 Jun 2014 08:27:31 +0200, Harro van der Klauw writes: >Made something that I think looks nice. (Just some quick inspector tweaking) >Header (h1) is the orange color. >Links in the body are blue and links in the sidebar are green. >The red was a bit too much to put in there, m

[pytest-dev] Data driven testing using pytest

2014-06-02 Thread Anshul Gupta
Hi, I am new to the pytest and still exploring it. I have been searching extensively for data driven testing modules provided by pytest but could not find anything substantial for it. I did came across that using parametrize it can be done but when I am trying to pass data from fixture to the

[pytest-dev] Weird backtrace involving py/_code/source.py

2014-06-02 Thread Nikolaus Rath
Hello, I am trying to debugging a rather peculiar failure of one of my test cases. I nailed it down to a function being called by a thread that shouldn't be calling it, and without any apparent caller. When I set a breakpoint in the function using pdb, I get the following traceback: > /home/nikr