blob: 02730cba615ae1ee21a3d8f04b8c45e6844ca576 [file] [log] [blame] [edit]
"""See test_posixtest.py
This class is only in its own file so that we can
run the non-browser versions in parallel.
Currently only entire modules can be marked as
parallel.
"""
from runner import BrowserCore
class posixtest_browser(BrowserCore):
"""Run the suite in the browser (serially)
This class get populated dynamically below.
"""
pass