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

pygame / run_tests.py

1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

"""Run one or more Pygame unittest modules in the test directory

For command line options use the --help option.

"""

import test.__main__