[reportlab-users] Moving to Bitbucket, and development roadmap..
    Andy Robinson 
    andy at reportlab.com
       
    Tue Mar 26 01:38:05 EDT 2013
    
    
  
On 26 March 2013 05:33, Tony Meyer <tony at spamexperts.com> wrote:
> Rather than silently, could you use the (standard lib 2.7+) test skipping functionality?  The skipIf/skipUnless decorators can have a method call as the first parameter, so you can presumably have (e.g.) "has_extensions()", "has_net_access()" helpers easily enough (alternatively you can use unittest.skip() in the test itself).  This way, you get an explanation of why the test was skipped when you run in verbose mode.
>
I have not yet played with the 2.7+ stuff (I can start this weekend
after the release!) but this sounds like exactly what we want.  I
didn't know about the verbose mode.    A verbose mode would answer a
lot of problems:  it can explain that it is running with preinstalled
source etc.
- Andy
    
    
More information about the reportlab-users
mailing list