add run_tests.sh & fix video

This commit is contained in:
James Turk 2011-03-27 22:16:16 -04:00
parent ae0f2d4cab
commit c44cdf9cac
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import ctypes
from .internal import _SDL, errcheck
from .enum import CEnum
class DisplayMode(ctypes.Structure):
_fields_ = (

1
run_tests.sh Executable file
View File

@ -0,0 +1 @@
nosetests --cover-html --with-coverage --cover-package=csdl --cover-inclusive