add run_tests.sh & fix video
This commit is contained in:
parent
ae0f2d4cab
commit
c44cdf9cac
@ -1,5 +1,6 @@
|
|||||||
import ctypes
|
import ctypes
|
||||||
from .internal import _SDL, errcheck
|
from .internal import _SDL, errcheck
|
||||||
|
from .enum import CEnum
|
||||||
|
|
||||||
class DisplayMode(ctypes.Structure):
|
class DisplayMode(ctypes.Structure):
|
||||||
_fields_ = (
|
_fields_ = (
|
||||||
|
1
run_tests.sh
Executable file
1
run_tests.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
nosetests --cover-html --with-coverage --cover-package=csdl --cover-inclusive
|
Loading…
Reference in New Issue
Block a user