mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-27 23:27:11 +01:00
a16a5b2de7
GitOrigin-RevId: 031f2558c4f030413a527086bb7ae7dacde07dd7 |
||
---|---|---|
.. | ||
failtestfiles | ||
suites | ||
testfiles | ||
__init__.py | ||
README.md | ||
test_resmoke.py |
- All end-to-end resmoke tests can be run via a resmoke suite itself:
mongodb_repo_root$ /opt/mongodbtoolchain/v4/bin/python3 buildscripts/resmoke.py run --suites resmoke_end2end_tests
- Finer grained control of tests can also be run with by invoking python's unittest main by hand. E.g:
mongodb_repo_root$ /opt/mongodbtoolchain/v4/bin/python3 -m unittest -v buildscripts.tests.resmoke_end2end.test_resmoke.TestTestSelection.test_at_sign_as_replay_file