Includes: - Smoke.py options for filtering by jstest tags - New resmoke.py test utility in v0 alpha - Lots of example resmoke configurations - SCons integration for unittests - Sample tagged jstests
10 lines
111 B
Python
10 lines
111 B
Python
import json_options
|
|
import tests
|
|
import suites
|
|
import executor
|
|
|
|
from fixtures import *
|
|
from testers import *
|
|
|
|
|