Files
mongo/buildscripts/smoke/__init__.py
Greg Studer e88273ac94 SERVER-1424 (re)smoke tag parsing and new test library, v0
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
2014-09-18 14:37:45 -04:00

10 lines
111 B
Python

import json_options
import tests
import suites
import executor
from fixtures import *
from testers import *