[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

RE: [pygame] Google Summer of Code: Testing



Ok, so he means getting more feelers out there.

Cheers :) 

-----Original Message-----
From: owner-pygame-users@xxxxxxxx [mailto:owner-pygame-users@xxxxxxxx] On
Behalf Of René Dudfield
Sent: Friday, May 02, 2008 5:11 PM
To: pygame-users@xxxxxxxx
Subject: Re: [pygame] Google Summer of Code: Testing

>
>  "best facilitated by adding functionality to pygame that reports on
>  internals of things"
>

I think by this Brian means... adding functions to pygame that are
mainly used for testing the internals.

So for example, to get the video display info, you can use the
pygame.display.Info() object - which will return internal information
about the video backend.
Or the pygame.mixer.get_init() function to get the values the mixer
was initialised with.