pygame is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

pygame / pygame http://pygame.org/

Clone this repository (size: 15.4 MB): HTTPS / SSH
hg clone https://bitbucket.org/pygame/pygame
hg clone ssh://hg@bitbucket.org/pygame/pygame
Filename Size Date modified Message
run_tests__tests
util
base_test.py 2.2 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
blit_test.py 2.2 KB some fixes for BLEND_RGBA_*
bufferproxy_test.py 1.0 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
cdrom_test.py 6.1 KB Added in more tests, fixes to gen_stubs.py, replaced run_tests.py with run_tests_sub.py (defaults to single process as b4).
color_test.py 17.5 KB Added an instantiation hook for xxxTypes that need instantiation before inspection to gen_stubs.py. Added in stubs to cdrom_test.py
cursors_test.py 1.9 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
display_test.py 8.7 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
draw_test.py 4.8 KB Added a transform.rotate 90 degrees lossless test, moved some helpers to test_utils.py, added a groupcollide test to sprite_test.py.
event_test.py 4.5 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
fastevent_test.py 3.8 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
font_test.py 7.6 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
image__save_gl_surface_test.py 1.0 KB Modified run_tests_sub.py to use Popen, looking for taskkill and pskill on system in place of os.kill if on win32. Made image__save_gl_surface_test.py init() and quit() display.
image_test.py 10.3 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
joystick_test.py 1.7 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
key_test.py 1.9 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
mask_test.py 3.7 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
mixer_test.py 11.4 KB Added in more tests, fixes to gen_stubs.py, replaced run_tests.py with run_tests_sub.py (defaults to single process as b4).
mouse_test.py 2.5 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
movie_test.py 539 B Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
overlay_test.py 1.3 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
pixelarray_test.py 17.5 KB Fixed sequence assignments for x and y axes.
rect_test.py 19.8 KB Renamed some rect_test.py tests to match stub generator scheme
scrap_test.py 2.5 KB Modified run_tests_sub.py to use Popen, looking for taskkill and pskill on system in place of os.kill if on win32. Made image__save_gl_surface_test.py init() and quit() display.
sndarray_test.py 3.5 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
sprite_test.py 25.0 KB A few tests for pygame.threads
surface_test.py 14.8 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
surfarray_test.py 8.9 KB Added in many test stubs, hopefully some test faeries will fill some of them out.
surflock_test.py 5.3 KB Fixed slicing issues as reported by Lenard. Fixed surface lock tests.
sysfont_test.py 1.3 KB Removed a few duplicate tests and added them to the gen_stubs.py blacklist. Compiled a list of Types that need instantiating before inspection.
test_test_.py 27 B Merged run_tests.py functionality into run_tests_sub.py, added optparse cmdline options. Adding in buildpage + run_tests__tests directory.
test_utils.py 4.4 KB Moved pygame.threads into it's own package due to Queue needing to import built-in time module, was conflicting with time.pyd in same dir.
threads_test.py 5.7 KB Moved adhoc ifmain tests into unittest for pygame.threads
time_test.py 2.8 KB Added in more tests, fixes to gen_stubs.py, replaced run_tests.py with run_tests_sub.py (defaults to single process as b4).
transform_test.py 9.4 KB Added a transform.rotate 90 degrees lossless test, moved some helpers to test_utils.py, added a groupcollide test to sprite_test.py.