blob: 36be0c179294989d56d15c16ab55a7a5c5381217 [file] [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 common import BrowserCore
class posixtest_browser(BrowserCore):
"""Run the suite in the browser (serially)
This class get populated dynamically below.
"""