On Wed, Sep 21, 2011 at 11:02 AM, Stefan Krah <stefan at bytereef.org> wrote: > Ezio Melotti <ezio.melotti at gmail.com> wrote: >>> + at unittest.skipIf(not have_long_long, 'need long long support') >> >> I think this would read better with skipUnless and s/have/has/: >> >> @unittest.skipUnless(HAS_LONG_LONG, 'need long long support') > > skipUnless() is perhaps a bit cleaner, but have_long_long is pretty > established elsewhere (for example in pyport.h). I agree with Stefan on the have_long_long part. This is what is used in the array module code, struct, ctypes, etc ... (via pyport.h as Stefan mentioned). As for the unless/if, I am OK with the 'if'. 'unless' always causes a double-take for me. Personal preference I guess. -- Meador
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4