"Lei Zhang" <[EMAIL PROTECTED]> writes: > Hi, > > This lets us call test_aggregation() from other files.
In general it's better to avoid sharing functions across tests, it makes it hard to grab a single test and quickly build it on Windows. In this case you could test all the interfaces in the same file. -- Alexandre Julliard [EMAIL PROTECTED]
