This website requires JavaScript.
Explore
Help
Sign In
xuemingqiang
/
mongo
Watch
1
Star
0
Fork
0
You've already forked mongo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
00528cee4912c79713c94de7d161638c7653cb2e
mongo
/
buildscripts
/
resmokelib
/
core
/
__init__.py
6 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy
2018-03-27 14:30:46 -04:00
"""
Resmokelib core module.
"""
SERVER-1424 Rewrite smoke.py. Split out the passthrough tests into separate suites. The MongoDB deployment is started up by resmoke.py so that we can record the success/failure of each individual test in MCI. Added support for parallel execution of tests by dispatching to multiple MongoDB deployments. Added support for grouping different kinds of tests (e.g. C++ unit tests, dbtests, and jstests) so that they can be run together. This allows for customizability in specifying what tests to execute when changes are made to a particular part of the code.
2015-05-08 14:20:43 -04:00
from
.
import
process
from
.
import
programs
from
.
import
network
Reference in New Issue
Copy Permalink